我做的一个ASP.NET 的网站,每天都有一次登录不上,重启IIS也不行,我每天只能重新发布一次放在服务器上,才能正常登陆。有没有遇到过这种情况的,求解求解。IISASP.NET

解决方案 »

  1.   

    Software: Microsoft Internet Information Services 7.0
    #Version: 1.0
    #Date: 2013-04-08 00:57:16
    #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
    2013-04-08 00:57:16 10.1.2.206 GET / - 9000 - 10.1.101.7 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) 200 0 0 376
    2013-04-08 00:57:16 10.1.2.206 GET /Flash/logTest1.swf - 9000 - 10.1.101.7 contype 304 0 0 298
    2013-04-08 00:57:50 10.1.2.206 POST / - 9000 - 10.1.101.7 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) 302 0 0 73
    2013-04-08 00:57:50 10.1.2.206 GET /Default.aspx - 9000 - 10.1.101.7 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) 200 0 0 287
    2013-04-08 00:57:50 10.1.2.206 GET /Flash/headTest2.swf - 9000 - 10.1.101.7 contype 304 0 0 119
    2013-04-08 00:57:53 10.1.2.206 POST /Default.aspx - 9000 - 10.1.101.7 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) 200 0 0 16
    2013-04-08 00:57:53 10.1.2.206 POST /Default.aspx - 9000 - 10.1.101.7 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) 200 0 0 22
    2013-04-08 00:57:56 10.1.2.206 POST /Default.aspx - 9000 - 10.1.101.7 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+2.0.50727) 200 0 0 10
      

  2.   

    1,缓存看看 随机码 有没有
    2,iis匿名设置好没有
      

  3.   

    看看是不是你的viewstate做了特殊处理,
      

  4.   

    有可能是cookie的问题,看看expire是不是设了一天