Context.IsDebuggingEnabled : Context « Session Cookie « ASP.Net






Context.IsDebuggingEnabled

<%@ Page Language="vb" debug="false" %>
<html>
   <head>
      <script runat="server">
  Sub Page_Load()
      Message.Text = "Debugging Enabled? " & Context.IsDebuggingEnabled
  End Sub
      </script>
   </head>
<body>
   <asp:label id="Message" runat="server"/>
</body>
</html>

           
       








Related examples in the same category

1.Context.Items
2. Context.Items.Contains
3.Context.Timestamp
4.Context.SkipAuthorization
5.Context.IsCustomErrorEnabled
6.Context.AddError
7.Context.Error
8.Context.Trace.IsEnabled
9.Context.User.Identity.IsAuthenticated
10.Context.GetConfig