User1634317999 posted
Hello Tom
It is not possible to use two different login pages, one for web users and one for mobile users, within an ASP.NET application.
Alternatives:
You can set up a separate mobile application with a special login page.
Another workaround is to use a handheld stylesheet for mobile browsers so that the login page will be adapted to small screens.
You are also able to use a mobile web form for the login page which is rendered different for web and mobile browsers.