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