using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.SessionState; namespace $rootnamespace$ { public class $classname$ : System.Web.HttpApplication { protected void Application_Start(object sender, EventArgs e) { } protected void Application_End(object sender, EventArgs e) { } } }