Server Application Unavailable 
The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. 我的asp.net环境运行不起来,访问就出现这个错误,请高手指教

解决方案 »

  1.   

    提示web Server的问题,不大好判断.
    最笨的方法,重装IIS和framework,注意顺序。
      

  2.   

    这算是个比较著名的错误了,我也碰到过多次。
    导致的原因比较多,建议先查看一下事件查看器中具体出错的信息。
    如果用的是IIS6.0,我机器上有.net framework 1.1 和 .net framework 2.0,部署程序的时候,每个项目最好都要设置独立的应用程序池。
    还有可能就是访问权限的设置问题。
    祝你好运了。呵呵
      

  3.   

    根据报错的提示:
    Please review this log entry to discover what caused this error to occur. 看看服务器上的日志文件,看到底出了什么错误。
    才好对症下药
      

  4.   

    我设了一下权限,好了,把aspnet用户加了进去,我用的是windows2003