Instead of getting a HTTP 404 response, I\'d like to have a generic 404 Not Found page (HTTP 200). I know you can set that up in MVC 5 with
There is a middleware called StatusCodePagesMiddleware which I believe was added post-Beta3.
StatusCodePagesMiddleware
Sample: https://github.com/aspnet/Diagnostics/blob/dev/samples/StatusCodePagesSample/Startup.cs