Is it possible to make some values in my Web.Config file dependent on whether I am building a release or debug based ASP.NET application?
Asked
Active
Viewed 308 times
3 Answers
3
Yes you are looking for web.config and transformation, it's part of VS2010

Glorfindel
- 21,988
- 13
- 81
- 109

Ken Henderson
- 2,828
- 1
- 18
- 16
2
Yes it is, but...
Using web.config transformations you can transform web.config for the deployment process. You can't use this for debugging purposes.
See my question on this topic.

Community
- 1
- 1

Dirk Brockhaus
- 4,922
- 3
- 38
- 47