2

I have just installed a ASP.Net Mvc application on a windows server 2008.

When I try to use the application I see that IIS 7 tries to use the static file handler, I therefore get a 403 or 404 error.

I have tried adding the URL routing module and giving it priority.

I have install the ASP.Net MVC msi.

How do I get it to use the MVC handler?

Shiraz Bhaiji
  • 2,229
  • 9
  • 34
  • 47

1 Answers1

5

In Server Manager, select Web Server (IIS) and press 'Add Role Services'. From here, select 'ASP.NET' and press OK to add the other required role services.

aanund
  • 266
  • 1
  • 3