日期:2017-09-20  浏览次数:5551 次

请新建一个web.config文件放在web根目录下,内容如下:

 

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <httpErrors errorMode="Custom" />
    </system.webServer>
</configuration>