3

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!

Miguel Angelo
  • 23,796
  • 16
  • 59
  • 82

2 Answers2

3

See

Pavel Chuchuva
  • 22,633
  • 10
  • 99
  • 115
1

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

MisterIsaak
  • 3,882
  • 6
  • 32
  • 55
  • In the article they said web projects (File/New/Project...). That is different from a website (File/New/Web Site...). Thanks anyway. – Miguel Angelo May 25 '11 at 14:16
  • I linked a new article that has some good information. If I find anything else, i'll be sure to add it. – MisterIsaak May 25 '11 at 15:39