This documentation is archived and is not being maintained.
HttpContext.IsDebuggingEnabled Property
.NET Framework 1.1
Gets a value indicating whether the current HTTP request is in debug mode.
[Visual Basic] Public ReadOnly Property IsDebuggingEnabled As Boolean [C#] public bool IsDebuggingEnabled {get;} [C++] public: __property bool get_IsDebuggingEnabled(); [JScript] public function get IsDebuggingEnabled() : Boolean;
Property Value
true if the request is in debug mode; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpContext Class | HttpContext Members | System.Web Namespace
Show: