Using web.debug.config / web.release.config in a website project?

I read about the conversion function web.config VS2010 (web.debug.config / web.release.config) and they all talk about WebApplication projects. What about WebSite projects? Can I use these transformations in WebSite or only in WebApplication?

Thank!

+3
source share

All Articles