Loading
0

处理报错方法An error occurred on the server when processing the URL. Please contact the system administrat

技术小学生微信公众号
腾讯云服务器大促销。
华为服务器
现象:访问网站出现An error occurred on the server when processing the URL. Please contact the system administrator.  If you are the system administrator please click here to find out more about this error.报错,如图,


原因:该报错是iis友好报错,一般使用的是asp程序,运营一般是程序有异常,并未显示真实报错,
方法:处理这样的问题,需要先显示真实的报错信息才可以进一步处理,iis中需要设置asp错误输出到浏览器才可以,如图
在IIS中找到自己有异常的站点,然后按照如图所示设置后,在访问站点就会报真实错误了,根据真实报错处理即可。

 

技术小学生微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://blog.tag.gg/showinfo-8-35329-0.html
亲爱的:若该文章解决了您的问题,可否收藏+评论+分享呢?
上一篇:PHPEXCEL导出导入2007格式报错:Fatal error: Class 'ZipArchive' not found的解决办法
下一篇:iis7/iis8/iis10下web.config 取消禁止asp或者aspx执行权限、取消脚本权限