Info
Version: | 1.1.0 |
Author(s): | J.Sakamoto |
Last Update: | Wednesday, October 17, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jsakamoto/RealHTTPStatusCostomErrorModule |
NuGet Url: | https://www.nuget.org/packages/RealHTTPStatusCustomErrorModule |
Install
Install-Package RealHTTPStatusCustomErrorModule
dotnet add package RealHTTPStatusCustomErrorModule
paket add RealHTTPStatusCustomErrorModule
RealHTTPStatusCustomErrorModule Download (Unzip the "nupkg" after downloading)
may be display custom error page to your user
because you should configure web.config-customErrros section.
But, custom error page always respond HTTP status 200 success instead of HTTP status 500 server error or HttpException status code.
If you install this module, you can get Real HTTP status code with custom error page.
[Notice] You must configure "redirectMode" setting on web.config-customErrors section to "ResponseRewrite".