Nieuws

For some time now, I’ve wanted to document how to setup a custom 404 page that can handle link redirection for an ASP.NET web application. In my case, I just needed to customize the 404 behavior ...
User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy to add with custom middleware.