Go to file
Praburaj f243244972 Adding ability to turn off the status code pages
Added a feature named IStatusCodeFeature with an enabled property. MVC or any framework can get this feature and turn it off if
it does not want status code pages logic to take over and send HTML response.

Also refactored the sample flow to make it easier to understand.
2015-02-12 11:09:47 -08:00
samples Adding ability to turn off the status code pages 2015-02-12 11:09:47 -08:00
src Adding ability to turn off the status code pages 2015-02-12 11:09:47 -08:00
test React to Migrations changes 2015-02-10 11:07:18 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
DiagnosticsPages.sln Adding ability to turn off the status code pages 2015-02-12 11:09:47 -08:00
LICENSE.txt
NuGet.Config Updating to dev NuGet.config 2014-12-08 15:24:28 -08:00
README.md Change ASP.NET vNext to ASP.Net 5 in the Readme.md 2015-01-21 13:20:01 -06:00
build.cmd Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 17:19:17 -08:00
build.sh Update build.cmd and build.sh to use kvm 2015-01-28 17:19:01 -08:00
global.json
makefile.shade

README.md

ASP.NET DiagnosticsPages

Diagnostics middleware.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.