Reputation: 24182
I have been reading about web.config transformation feature of VS2010 (web.debug.config/web.release.config), and all of them talk about WebApplication projects. What about WebSite projects? Can I use these transformations in a WebSite, or only in a WebApplication?
Thanks!
Upvotes: 3
Views: 2445
Reputation: 22455
See
Upvotes: 3
Reputation: 3922
Updated:
http://vishaljoshi.blogspot.com/2010/05/applying-xdt-magic-to-appconfig.html
From the new article (second paragraph):
there is no official/supported implementation of XDT for any other project type than Web Application Projects
Upvotes: 1