代码改变世界

添加IIS_IUSRS

2012-07-11 19:11  步丈天涯  阅读(1874)  评论(0编辑  收藏  举报

发布网站到IIS7.5时,遇到个错误,如下:

Server Error in Application "application name"
HTTP Error 500.19 – Internal Server Error 
HRESULT: 0x80070005
Description of HRESULT
The requested page cannot be accessed because the related configuration data for the page is invalid.

  

解决方法,添加一个IIS_IUSRS组:

IIS7.5  ->  YourWebSite  ->  Right Click  ->  Edit Permission  ->  Edit  ->  Add  ->  From this Location:Choose your   

 computer name(especially when you are in a workgroup domain)  ->  Check Names

 

参考资料:

http://support.microsoft.com/kb/943891