static void Main(string[] args) { Log4net.Info("test"); int xx = 0; }
protected void Application_Start(object sender, EventArgs e) { Log4net.Info("程序启动"); }