Deploying Asp.Net MVC 2 /C# 4.0 application on IIS 6

Posted by Mose on Stack Overflow See other posts from Stack Overflow or by Mose
Published on 2010-02-23T15:50:13Z Indexed on 2010/05/14 22:24 UTC
Read the original article Hit count: 421

Hi,

I got a problem migrating from VS.Net 2008 / MVC 1 to VS.NET 2010 (+C# 4.0) / MVC 2

The web.config has been updated, the site runs well in Cassini, but my problem now is deploying on IIS 6.

I updated the web site to run using ASP.Net 4, but whatever URL I try, I always have a 404 error. It's as if the routing was not taken into account (yes, the wildcard mapping has been done).

I do not understand this mess and could not google anything interesting... Thanks for your suggestions !

O.

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about iis6