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.
事件日志:
Failed to execute request because the App-Domain could not be created. Error: 0x80070005 拒绝访问。
解决办法:
在该Web Sites 将权限(Permissions)设置一下,里面应包含
ASP.NET
IWAM_MachineName
Local_Service
Network_Service
System
而且权限要设置为write & read.
如果.net程序不是在根目录下,须把web.config、App_Code、App_Data、Bin目录移到根目录下;
本文介绍了当遇到web应用无法访问的情况时的解决方法。主要包括调整Web站点的权限设置,确保包含了必要的账户并设置了正确的读写权限,以及检查.net程序目录配置是否正确。
367

被折叠的 条评论
为什么被折叠?



