Link to home
Start Free TrialLog in
Avatar of xmstr
xmstr

asked on

ASP.NET/C# debug mode

Is there a way that I can tell programmatically if the application is running in debug mode as defined in the web.config file?

   <compilation
         defaultLanguage="c#"
         debug="true"
    />

ASKER CERTIFIED SOLUTION
Avatar of dharmesh_amity
dharmesh_amity

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial