我的服务器端原先是用ASP写的,后加上了ASP.net(C#)的程序,平时运行正常,但是经常会碰到如下问题。我的ASP.net程序没有放在根目录,Session是在ASP.net登陆后传给ASP的,出错的是ASP.net程序(我有两个ASP.net程序,一个程序出错后,另一个运行正常)
报错如下:
The page cannot be displayed 
There is a problem with the page you are trying to reach and it cannot be displayed. --------------------------------------------------------------------------------Please try the following:Click the Refresh button, or try again later.Open the www.dieboldchina.com home page, and then look for links to the information you want. 
If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the www.dieboldchina.com home page. 
64 - Host not available
Internet Security and Acceleration Server--------------------------------------------------------------------------------Technical Information (for support personnel)Background:
The gateway has lost the connection with the Web site you are trying to access.ISA Server: dbserver03.DIEBOLDCH.DIEBOLDCHINA.COM
Via: Time: 9/21/2004 1:18:00 AM GMT

解决方案 »

  1.   

    看看你的ISA Server的设置,是不是禁止了某些东西。
      

  2.   

    ISA有可能, 不过可能性不大, 
    我估计应该就是IIS问题, 程序也没问题
    有时候Session保存的数据过多也会出现类似的问题可以试试iisreset后再看看
      

  3.   

    会不会是同时在线人数超过限制了??Session太多?
      

  4.   

    也可能是asp和asp.net共享session的问题
      

  5.   

    我猜也是共享SESSION的问题:
    参考:
     http://www.microsoft.com/china/MSDN/library/WebServices/ASP.NET/HowtoShareSessionStateBetweenClassicASPandASP.NET.mspx