If you have a mobile version of your site, you probably need to detect and redirect users on mobile devices that navigate into the main site. It’s easy in ASP.NET you can just call Request.Browser.IsMobileDevice Or Request.Browser["IsMobileDevice"] Or even System.Web.HttpBrowserCapabilities myBrowserCaps...