ASP.NET turn off FriendlyURLs mobile.master page

Piotr Stulinski picture Piotr Stulinski · Dec 19, 2013 · Viewed 13.8k times · Source

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

Answer

Levi picture Levi · Dec 19, 2013

Delete the Site.Mobile.Master page, and Friendly URLs will just use the regular Site.Master page instead.