Can't run ASP.NET MVC 2 web app on IIS 7.5
- by Portman
I'm trying to run an ASP.NET MVC 2 web application under IIS on Windows 7, but I get a 403.14 error. Here are the steps to reproduce:
Open Visual Studio 2010
Create a new ASP.NET MVC 2 project called MvcApplication1
Shift+F5 to run the app. You should see http://localhost:{random_port}/ and the page will render correctly.
Click on…