Miguel Angelo
Miguel Angelo

Reputation: 24182

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

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

Answers (2)

MisterIsaak
MisterIsaak

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

Related Questions