using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.SessionState;using Microsoft.Practices.CompositeWeb;using Microsoft.Practices.CompositeWeb.Interfaces;namespace Test.web{ public class Global : WebClientApplication { protected void Application_End(object sender, EventArgs e) { } private void Application_Error(object sender, EventArgs e) { } }}