标签:blog http ar os 使用 sp on div 2014
在个人的win08系统上使用IIs运行 asp程序结果出现了以下错误If you are the system administrator please click here to find out more about this error.
最后在一个网友的博客中找到原因:在IIS里启用了父路径,但没有将错误信息发送到浏览器
解决办法:
打开IIS将asp里的调试属性中将错误信息发送到浏览器更改为true保存即可
保存后可以看到浏览器出来了asp的错误信息,只要按照给出的错误信息进行相应的解决即可
参考:
解决IIS7中出现An error occurred on the server when processing the URL错误提示的方法
标签:blog http ar os 使用 sp on div 2014
原文地址:http://www.cnblogs.com/huangtailang/p/4121018.html