ASP.NET Response.Redirect uses 302 instead of 301 December 8, 2023 by Tarik If you’re using ASP.Net 4.0, you can use Response.RedirectPermanent, which will use 301 instead of 302.