I'm trying to configure an ASP.NET MVc application to work under IIS. I've created IIS Site called SyncControlPanel which has a binding set to mydomain.com.
This IIS site has one application inside : SynchronizationService. Now when I want to access my application I need to type: http://mydomain.com/SynchronizationService.
What I want to do is to be able to access my application simply by typing http://mydomain.com What am I supposed to do with this? Is there a way to set an application to be the sites default?