News

URL rewriting is the process of altering request URLs based on one or more pre-defined rules. You can take advantage of the URL Rewriting Middleware in ASP.NET Core to work with URL redirection as ...
Recently I’ve been working on several ASP.NET 2.0 sites and had to research the best ways to set up URL rewriting, permanent redirects, and custom error pages. ASP ...
I've got a web app that looks up things to link to in its subdirectories by GUID, and a new OMG-WE-NEED-IT-YESTERDAY feature is now required to make the old GUID system unusable, and will require a ...