Writing SEO friendly url gets infinite loop asp.net
I am trying to write SEO friendly URL for my website. for this I have written following code in my global.asax. protected void Application_BeginRequest(object sender, EventArgs e) { HttpContext incoming = HttpContext.Current; string oldpath = incoming.Request.Path; string imgId = string.Empty;…