Using VS 2013 Pro
After creating a file Default.Mobile.aspx and assigning it a master page Site.Mobile.Master then running it a 404 'not found' error is always returned.
Any ideas what could be going wrong, and/or is there any good reference material for this? The only stuff I can find is from 2012 or older. I have spent days downloading different packages and still the same result, so...
...have now tried creating three separate projects 'out of the box'
Web | ASP.Net web application Forms and adding MVC and/or API or just plain forms
Add the Default.Mobile.aspx file and assign it to Site.Mobile.Master - each time I get the same 404 error when it's run
I then created a Web Forms project - Web | Visual Studio 2012 | ASP.NET Web Forms Application. With this the Default.Mobile.aspx form will run (but doesn't display the friendly URL but the full path and the aspx extension) and will switch to the main default file, but will not switch back again.
On all flavours the View Switcher control just displays as 'view | Switch to' and appears not to be loading ViewSwitcher.ascx and showing 'x view | Switch to y view'
Any ideas
Thanks