I have an MVC Web API 2 application that I successfully execute locally in Visual Studio 2015 RC. I also successfully published this application for an IIS 8.5 instance running on Windows Server 2012. I also installed the .NET Framework 4.6 on this computer.
The behavior that I get when I try to go to the root of the site ( http: // localhost: 81 ) is that I get the directory listing the files in the root folder. Obviously, I expected that the routing configuration of the application will begin to be performed by the home controller, but this does not happen.
Iβm a developer, and Iβve been around for some time since I configured IIS, but I remember that I needed to play a little with IIS (6?) To make routing work.
What am I missing?
serlingpa Jun 29 '15 at 10:34 2015-06-29 10:34
source share