My MVC3 project has an area called Mobile. Following is the behavior when going to my site from a desktop browser and mobile browser:
Desktop browser: URL stays mydomain.com and the default desktop home page is correctly displayed.
Mobile (iPhone) browsers: URL changes to mydomain.com/Mobile/Home and the mobile home page is correctly displayed.
I would like the URL to stay mydomain.com regardless of whether it is being viewed from a desktop browser or a mobile browser. How do I accomplishing that?