Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to start debugging in VS.NET 2005
Message
 
 
To
13/01/2006 21:04:50
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Installation, Setup and Configuration
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01086785
Message ID:
01086831
Views:
15
I should have mentioned that, it is already set to true.

>There is an option in the web.config file that you must set to true: (here is from mine)
>
>     <!-- set debugmode to false for running application -->
>	     <compilation debug="true" />
>     <!-- permits errors to be displayed for remote clients -->
>	     <customErrors mode="RemoteOnly" />
>     <!-- Forms or Windows authentication -->
>	<authentication mode="Forms">
>	     <forms name=".DOTNETNUKE" protection="All" timeout="60" />
>	</authentication>
>     <!--
>
>
>Hope this helps.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform