您的位置:首页 > 移动开发

An error message detailing the cause of this specific request failure can be found in the application event log of the

2011-12-28 13:28 961 查看
服务器应用程序不可用
您试图在此 Web 服务器上访问的 Web 应用程序当前不可用。请点击 Web 浏览器中的“刷新”按钮重试您的请求。
管理员注意事项: 详述此特定请求失败原因的错误信息可在 Web 服务器的系统事件日志中找到。请检查此日志项以查明导致该错误发生的原因。
英文框架下出现:
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 specificrequest 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.
尝试一下:
1.重新开一个应用程序池,然后为这个目录单独指定这个池
2.访问权限的设置问题
3.重新装iis,再装framework

我是第二个导致的,所以把虚拟目录指向的文件夹的权限添加以下就OK了。

ASP.NET
IIs_WPG
Internet来宾帐户
System
而且ASP.NET权限要设置为 write & read.
设置后,一切运行正常。

嫌麻烦,直接设置成一个everyone用户就OK了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐