I don't seem to have much luck with deploying MVC applications to my remote host.
I've just built an updated site in MVC v2 using Visual Studio 2010 and, having published and deployed it via FTP to my host, it's not working.
Source Error:
Line 39: <compilation>
Line 40: <assemblies>
Line 41: <add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 42: <add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 43: <add assembly="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
As you can see from following the link, line 41 is apparently the problem, saying that the MVC assembly could not be loaded because it was supposed to contain a manifest.
I was fairly certain I'd provided all the correct references and file versions, so what else could I be missing? Wildcard application mappings have been implemented on the server.