They work fine on my computer. The problem is that ASP.NET MVC web sites need to have IIS 7 in integrated mode to work without need for changes in the MVC application.
But the problem is that I think in my server it is in classic mode.
I found the following:
http://www.codedigest.com/Articles/ASPNETMVC/216_Hosting_and_Deployment_of_an_ASPNET_MVC_Application_in_IIS6_and_IIS7.aspx
But I am not sure how to change from classic to integrated mode.
I think this is the problem.
Thanks,
Miguel