07/09/10
How-to: 301 Permanent Redirect with ASP.NET 4 – Response.RedirectPermanent()
During the process of migrating development over to the .NET 4 Framework there have been noticeable improvements. One of the newest improvements is used quite often, Response.RedirectPermanent(). This new feature does a permanent redirection from a requested URL to a specified URL. For a quick flashback to how this was previously completed review the code below: /* * Previous 301
Read More