编程语言
首页 > 编程语言> > 如何让ASP.NET网站站点不停止 永远持续运行

如何让ASP.NET网站站点不停止 永远持续运行

作者:互联网

抄来的。备用  

转载自  http://www.cnblogs.com/insus/p/3658752.html

 

//System.Threading.Thread.Sleep(1000);
//string url = "";
//System.Net.HttpWebRequest myreqeust =(System.Net.HttpWebRequest)System.Net.WebRequest.Create(url);
//System.Net.HttpWebResponse myresponse = (System.Net.HttpWebResponse)myreqeust.GetResponse();
//System.IO.Stream fs = myresponse.GetResponseStream();

标签:ASP,myresponse,HttpWebResponse,System,站点,myreqeust,HttpWebRequest,NET,Net
来源: https://www.cnblogs.com/future/p/11881434.html