I would like to turn the Site.Mobile.Master page off completely. My site is responsive and i want mobile browsers to use the same master page.
How can i do this in ASP.NET friendly URLs
Thanks
Delete the Site.Mobile.Master page, and Friendly URLs will just use the regular Site.Master page instead.