asp.net - Kind of #if (Debug Symbol) but for web.config file -


i use different section debug , release configuration. tried use "web.config transform" functionality works great deploying. , not when want build , execute application locally.

can add condition web.config choosing right ?

thanks.

if using visual studio 2010 can have them on different config files.

check http://msdn.microsoft.com/en-us/library/wx0123s5.aspx


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -