home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / scs.zip / Global.asax < prev    next >
Text File  |  2008-06-18  |  994b  |  39 lines

  1. <%@ Application Language="C#" %>
  2.  
  3. <script runat="server">
  4.  
  5.     //void Application_Start(object sender, EventArgs e) 
  6.     //{
  7.     //    // Code that runs on application startup
  8.  
  9.     //}
  10.     
  11.     //void Application_End(object sender, EventArgs e) 
  12.     //{
  13.     //    //  Code that runs on application shutdown
  14.  
  15.     //}
  16.         
  17.     //void Application_Error(object sender, EventArgs e) 
  18.     //{ 
  19.     //    // Code that runs when an unhandled error occurs
  20.  
  21.     //}
  22.  
  23.     //void Session_Start(object sender, EventArgs e) 
  24.     //{
  25.     //    // Code that runs when a new session is started
  26.  
  27.     //}
  28.  
  29.     //void Session_End(object sender, EventArgs e) 
  30.     //{
  31.     //    // Code that runs when a session ends. 
  32.     //    // Note: The Session_End event is raised only when the sessionstate mode
  33.     //    // is set to InProc in the Web.config file. If session mode is set to StateServer 
  34.     //    // or SQLServer, the event is not raised.
  35.  
  36.     //}
  37.        
  38. </script>
  39.