隐藏IIS7/IIS7.5详细报错路径的方法:在web网站目录下新建一个名为web.config的文件,写入以下内容。<configuration><system.webServer><httpErrors errorMode="Custom" /></system.webServer></configuration>
转载于:https://blog.51cto.com/0x007/1101396
隐藏IIS7/IIS7.5详细报错路径的方法:在web网站目录下新建一个名为web.config的文件,写入以下内容。<configuration><system.webServer><httpErrors errorMode="Custom" /></system.webServer></configuration>
转载于:https://blog.51cto.com/0x007/1101396