I have created an ASP.NET MVC 5 application in Visual Studio 2013, which runs fine using the Visual Studio debugger. I now want to serve it locally using IIS 7 running on Windows 7.
So, I publish as Web Deploy in Visual Studio to a specified folder. Then, in IIS Manager, I Add Web Site, whose physical address is that of this folder. Finally, I click on Manage Web Site -> Start.
Should this work as it is, or is there something else I need to do? As it stands, when I type in localhost to my browser, I get an error HTTP Error 404. The requested resource is not found.