Hi to all I'm facing this problem when I try to start in debug from my Visual Studio 2012 my MVC4 application.
I've created a web site in my IIS with a correct binding. If I try to browse the application starting from IIS (using browse myapp.com on my ip local ip address) all works fine but when I press F5 from Visual Studio I got the following error message
Unable to start debugging on the Web server IIS does not include a corresponding Web site URL starts
I've configured the project in Visual Studio to run using local IIS specyfing as project url http://myapp.com so I can't understand the problem. Can someone help me to identify the error? Thank you in advance for your help.
Fabrizio