Statistics
The Highest Post







Statistics
Count 22
Avg 1138.82
Min 21
Max 12317
Asp.Net Core Top questions

Details



Peter Agyekum How to handle 404 error in ASP.NET Core 1.0 I found 2 ways to handle 404 error. In fact using these solution you can handle any HTTP status code errors. To handle the error, both the solution are using configure() method of Startup.cs class