I create a web deploy package from Visual Studio 2010, Build Deployment Package.
The items to deploy is set to "All files in this project".
I install it on the server using Web deploy, via Import Application in IIS Manager.
It installs, but when I Browse the website I get the yellow screen of death, Configuration Error "Could not load file or assembly 'System.Web.Mvc".
If I drill right down into the .zip file created by the deployment package, the System.Web.Mvc.dll is not in there.
Is the correct procedure to get the System.Web.Mvc.dll into my deployment package, or am I supposed to install Mvc separately?