iis7 / asp.net mvc deployment problem - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T01:55:58Zhttp://stackoverflow.com/feeds/question/213774http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/213774/iis7-asp-net-mvc-deployment-problem4iis7 / asp.net mvc deployment problemHectorMac2008-10-17T20:41:51Z2009-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#2167001Answer by CVertex for iis7 / asp.net mvc deployment problemCVertex2008-10-19T17:23:14Z2008-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#4909501Answer by ajma for iis7 / asp.net mvc deployment problemajma2009-01-29T09:02:16Z2009-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#5027751Answer by jdelator for iis7 / asp.net mvc deployment problemjdelator2009-02-02T10:28:14Z2009-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>