IIS CustomError in Web.config

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/yuxuac/article/details/88965413
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

https://docs.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-getting-started/deploying-web-site-projects/displaying-a-custom-error-page-cs

猜你喜欢

转载自blog.csdn.net/yuxuac/article/details/88965413