vote up 4 vote down star

I am having trouble deploying an asp.net MVC app to IIS7.

I have an MVC project created with asp.net mvc beta 1. It consists of nothing more than the default template unmodified.

The app runs just fine within VS2008, but when I publish it to a local IIS7 website (http://localhost), I get the following server error:

The incoming request does not match any route

I have also tried unsuccessfully to access http://localhost/Home/About (a route to a specific page within the template). This returns a 404 error.

I have recreated the website in IIS several times and ensured the pipeline mode is set to integrated. My IIS7 server is running on my Vista Home Premium machine.

I am assuming this is an IIS configuration issue any suggestions as to configuration issues with asp.net mvc apps would be appreciated.

Any thoughts?

flag
1  
Is IIS 7 in integrated or Classic mode? Can you publish more info about your configuration? Is it a root website or is it in a virtual application? – Haacked Oct 20 '08 at 15:51

3 Answers

vote up 1 vote down

Does IIS run ok with the default IIS7 site?

Are you receiving any Event Viewer messages?

link|flag
I have a number of asp.net(not MVC) sites successfully running on this machine. The message suggests to me it is originating from the routing feature. – HectorMac Oct 20 '08 at 3:03
Copy n paste the error messages online so we can see them to help u find an answer – CVertex Oct 20 '08 at 8:23
vote up 1 vote down

Is IIS in Integrated Mode? If it's not, you'll have to do some setup or change it to Integration Mode

link|flag
vote up 1 vote down

http://haacked.com/archive/2008/11/03/bin-deploy-aspnetmvc.aspx

This solved all my problems.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.