ASP.NET Custom error page for 404 returns 302 for http status

后端 未结 5 938
陌清茗
陌清茗 2020-12-17 20:32

In my asp.net web site I have custom error pages defined as following in my web.config file.



        
5条回答
  •  失恋的感觉
    2020-12-17 21:17

    In ASP.NET 4.0 you can use redirectMode="ResponseRewrite" to send nice error pages and the proper HTTP code.

提交回复
热议问题