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?

4
  • Just to rule out the obvious... You have installed the MVC framework on your server, yes? Commented Jan 15, 2010 at 16:36
  • Are you hosting it under a classic or integrated pipeline worker process? Integrated should work out of the box for MVC apps. Commented Jan 19, 2010 at 18:52
  • Also, MVC v1 or MVC v2? Commented Jan 19, 2010 at 20:12
  • It is MVC v1 with integrated pipeline Commented Jan 20, 2010 at 8:29

1 Answer 1

5
+100

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.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.