Hello
I created a new web form application using Express 2015 for web,
by default, there are two master pages
- Site.Master
- Site.Mobile.Master
I am using the Site.Master as a master page for all pages in the project
I noticed, if i navigate the site using a mobile device , it uses the Site.Mobile.Master Automatically.
How could I prevent this?
is it safe to remove the Site.Mobile.Master? does that solve this issue?
Thank you