I am using IIS Express with a virtual directory for my MVC 3 project.
From the browser, the website works well - http://localhost:8080/VirtualDirectory/Home
etc.
But I also have designed an API that I call from another desktop tool.
The problem is that it calls to http://localhost:8080/VirtualDirectory/Api/Action
fails. It times out.
The same thing worked with Cassini web server without the VirtualDirectory from both browser and desktop tool.
Please help. What should I do? Any changes to web.config or MapRoute?