HowtoASP.NET
Skip to content
  • Tutorials
    • How To Send Email in ASP.NET
    • How to create Web Service in ASP.NET
    • How to create new aspx web page
    • How to use pager in GridView control
    • How to refresh a page in ASP.NET
  • ASP.NET Books
  • ASP.NET Hosting
  • Developers
  • Reference
  • Glossary

How to make 301 redirect in ASP.NET 4.0

ASP.NET 4 adds a new RedirectPermanent helper method that makes it easy to make HTTP 301 Moved Permanently responses:

Best VPN for Developers

RedirectPermanent(“/newfile.aspx”);

Related Tutorials

  • ASP.NET View state
  • ASP.NET Session state
  • How to set Meta Tags in ASP.NET 4.0
  • How to refresh an image in ASP.NET
  • ASP.NET Versions

Categories: ASP.NET Tutorials for beginners Tags: 301 redirect, asp.net, asp.net 4.0
Post navigation
← Free ASP.NET Hosting Service How to create Oracle connection string →
Best VPN

Categories

  • ASP.NET
  • For Beginners
  • VB.NET
  • C#
  • MVC
  • Ajax
  • Web Forms
  • Database
    • SQL Server
    • ADO.NET
    • LINQ
    • Access
  • Mobile
  • Security
  • Web Hosting
  • CSS
  • HTML
  • Errors

Most Popular

  • Best ASP.NET Hosting
  • Best ASP.NET Books
  • How to send email
  • How to create Web Service
  • How to create new aspx web page
  • How to use pager in GridView control
  • How to refresh a page
Contact Us | Privacy Policy | Terms

Last Updated 02/02/2023

© 2023 HowtoASP.NET - ASP.NET Tutorials with Examples - All Rights Reserved.

All trademarks are property of their legal owners.