0

I am trying to set ASP.Net URL friendly URL's. For some reason its working fine for Desktop but not for Mobile Pages.

For Ex:

Desktop a) Type URL : www.foo.com/login -> Working fine

Mobile a) Type URL : www.foo.com/login -> Error

The reason for error is,login page is not taking the controls for Master page on mobile phone and throwing exception for same.It might be taking the master page of Site.Mobile.Master on mobile devices.

Thanks

KapilS
  • 149
  • 1
  • 2
  • 11
  • What we can do to avoid site.master.mobile page. – KapilS Nov 21 '15 at 19:29
  • Would it solve the problem to add the login control to the site.master.mobile page? http://stackoverflow.com/a/1885742/3585500 – ourmandave Nov 21 '15 at 20:51
  • Already tried but still the same problem – KapilS Nov 22 '15 at 09:41
  • Ah, sorry! To avoid the site.master.mobile page [this answer](http://stackoverflow.com/a/20678189/3585500) says to just delete it. But read the other answers below it because there's a lot newer that might fix later issues. – ourmandave Nov 22 '15 at 12:59
  • Well i tried all combinations,nothing worked and the issue is resolved finally by getting rid of friendly URL's Thanks Kapil Suri – KapilS Nov 23 '15 at 12:00

0 Answers0