隐藏IIS7/IIS7.5详细报错路径的方法:在web网站目录下新建一个名为web.config的文件,写入以下内容。<configuration><system.webServer><httpErrors errorMode="Custom" /></system.webServer></configuration>
...">
赞
踩
隐藏IIS7/IIS7.5详细报错路径的方法:在web网站目录下新建一个名为web.config的文件,写入以下内容。<configuration><system.webServer><httpErrors errorMode="Custom" /></system.webServer></configuration>
转载于:https://blog.51cto.com/0x007/1101396
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。