Getting 404 error on MVC web-site
- by RB
I have an IIS7.5 web-site, on Windows Server 2008, with an ASP.NET MVC2 web-site deployed to it. The website was built in Visual Studio 2008, targeting .NET 3.5, and IIS 5.1 has been successfully configured to run it as well, for local testing.
We've installed the world's simplest MVC application (the one which is created when you create a new…