How to 301 redirect in ASP.NET 4.0?
I am trying to implement URL redirect for the website rather than doing it page by page. I want to do it in the global.asax file. Below is the code i have defined. I want to have http://website.net as my main url & want to have a permanent URL redirect if someone types in http://www.website.net . Unfortunately it is not working for the live website. Can anyone point out the problem in the code. The code doesn't generate any error. void Application_Start(object sender, EventArgs e) { // Code that runs on application startup if (HttpContext.Current.Request.Url.ToString().ToLower().Contains("http