Has anyone ever run intot he problem when upgrading from VS 3.5 to 4.0 that you can no longer debug web forms? I have noticed that all my web forms have lost the debug = "true". Is there a way to get that back across the entire application pool since i have 100's of web pages this would affect?
Thanks
VS 4.0
Page 1 of 14 Replies - 3173 Views - Last Post: 31 October 2011 - 12:54 PM
Replies To: VS 4.0
#2
Re: VS 4.0
Posted 31 October 2011 - 11:57 AM
VS 4.0? Do you mean .net 4.0 (as in the Framework)
#3
Re: VS 4.0
Posted 31 October 2011 - 12:02 PM
#4
Re: VS 4.0
Posted 31 October 2011 - 12:49 PM
debug="true" is in the web.config file, correct? Simply putting it back in the web.config should fix the problem.
#5
Re: VS 4.0
Posted 31 October 2011 - 12:54 PM
Page 1 of 1