protected void Application_End(object sender, EventArgs e) { StaticService.StopService(); }
protected void Application_Start(object sender, EventArgs e) { // 开启系统服务接受终端发送的数据 StaticService.StartService(); }