iis7 / asp.net mvc deployment problem - Stack Overflow most recent 30 from stackoverflow.com 2009-12-20T01:55:58Z http://stackoverflow.com/feeds/question/213774 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/213774/iis7-asp-net-mvc-deployment-problem 4 iis7 / asp.net mvc deployment problem HectorMac 2008-10-17T20:41:51Z 2009-02-02T10:28:14Z <p>I am having trouble deploying an asp.net MVC app to IIS7. </p> <p>I have an MVC project created with asp.net mvc beta 1. It consists of nothing more than the default template unmodified. </p> <p>The app runs just fine within VS2008, but when I publish it to a local IIS7 website (<a href="http://localhost" rel="nofollow">http://localhost</a>), I get the following server error:</p> <blockquote> <p>The incoming request does not match any route</p> </blockquote> <p>I have also tried unsuccessfully to access <a href="http://localhost/Home/About" rel="nofollow">http://localhost/Home/About</a> (a route to a specific page within the template). This returns a 404 error.</p> <p>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.</p> <p>I am assuming this is an IIS configuration issue any suggestions as to configuration issues with asp.net mvc apps would be appreciated.</p> <p>Any thoughts?</p> http://stackoverflow.com/questions/213774/iis7-asp-net-mvc-deployment-problem/216700#216700 1 Answer by CVertex for iis7 / asp.net mvc deployment problem CVertex 2008-10-19T17:23:14Z 2008-10-19T17:23:14Z <p>Does IIS run ok with the default IIS7 site?</p> <p>Are you receiving any Event Viewer messages?</p> http://stackoverflow.com/questions/213774/iis7-asp-net-mvc-deployment-problem/490950#490950 1 Answer by ajma for iis7 / asp.net mvc deployment problem ajma 2009-01-29T09:02:16Z 2009-01-29T09:02:16Z <p>Is IIS in Integrated Mode? If it's not, you'll have to do some setup or change it to Integration Mode</p> http://stackoverflow.com/questions/213774/iis7-asp-net-mvc-deployment-problem/502775#502775 1 Answer by jdelator for iis7 / asp.net mvc deployment problem jdelator 2009-02-02T10:28:14Z 2009-02-02T10:28:14Z <p><a href="http://haacked.com/archive/2008/11/03/bin-deploy-aspnetmvc.aspx" rel="nofollow">http://haacked.com/archive/2008/11/03/bin-deploy-aspnetmvc.aspx</a></p> <p>This solved all my problems.</p>