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