Friday 6 January 2012

ASP.NET IsDebuggingEnabled Property

HttpContext.Current.IsDebuggingEnabled:

- It is a property of HttpContext object that identifies whether debug property of <compilation> element in web.config file is set to true or not.

No comments:

Post a Comment