Author: andrews
Date: 2006-11-23 11:19:15 -0500 (Thu, 23 Nov 2006)
New Revision: 68403

Modified:
   
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/Global.asax
Log:
fix file broken by merge


Modified: 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/Global.asax
===================================================================
--- 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/Global.asax
    2006-11-23 16:16:23 UTC (rev 68402)
+++ 
trunk/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/Global.asax
    2006-11-23 16:19:15 UTC (rev 68403)
@@ -34,39 +34,3 @@
     }
        
 </script>
-<%@ Application Language="C#" %>
-
-<script runat="server" Language="C#">
-
-    void Application_Start(object sender, EventArgs e) 
-    {
-        // Code that runs on application startup
-    }
-    
-    void Application_End(object sender, EventArgs e) 
-    {
-        //  Code that runs on application shutdown
-    }
-        
-    void Application_Error(object sender, EventArgs e) 
-    { 
-        // Code that runs when an unhandled error occurs
-        Exception objErr = Server.GetLastError().GetBaseException();
-        MonoTests.SystemWeb.Framework.WebTest.RegisterException (objErr);
-        Server.ClearError();
-    }
-
-    void Session_Start(object sender, EventArgs e) 
-    {
-        // Code that runs when a new session is started
-    }
-
-    void Session_End(object sender, EventArgs e) 
-    {
-        // Code that runs when a session ends. 
-        // Note: The Session_End event is raised only when the sessionstate 
mode
-        // is set to InProc in the Web.config file. If session mode is set to 
StateServer 
-        // or SQLServer, the event is not raised.
-    }
-       
-</script>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to