|
有时候在使用IIS的时候会出现下面的错误信息:
“Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.” |
象这样的IIS错误解决起来很麻烦,这个错误多数是由于安装iis组件时候和操作系统不兼容或使用的系统是优化版本它禁止了一些服务造成iis权限没有打开,也有的是刚刚安装的时候能用,但往往因为测试程序的时候破坏了它,就会出现你提示的错误。
为此人们也想出了一种办法来解决,但是这办法也不是绝对,您可以运行以下批处理文件打开你的iis设置权限。如果运行后还不能解决你的错误,那么你只能重装系统,然后你用装系统的盘来安装IIS,切忌不要用(ghostxp来还原系统)。 |