void Application_End(object sender, EventArgs e)
{
// Code running when the application is closed
//Solve the problem of application pool recycling
(5000);
string strUrl = "Website Address";
_HttpWebRequest = ()(strUrl);
_HttpWebResponse = ()_HttpWebRequest.GetResponse();
_Stream = _HttpWebResponse.GetResponseStream();//Get the written back byte stream
}