Deploying MVC 3 Razor – Bin issues
The current application I’m working on requires me to publish an MVC 3 Razor web application. I’m using sFTP as the protocol to my hosting provider. After the first publish I was unable to run the application. It kept throwing errors that I was missing assemblies. The first error I got was that the application was missing the Microsoft.Web.Infrastructure.dll. I …