ASP.NET 4 adds a new RedirectPermanent helper method that makes it easy to make HTTP 301 Moved Permanently responses: RedirectPermanent(“/newfile.aspx”); Related TutorialsASP.NET Server-side caching How to use different colored highlights in a select menu with CSS ASP.NET vs classic ASP How to associate a Label with a TextBox or other Form control in ASP.NET How to get current page URL in ASP.NET