I am using a hosting provider that does not have asp.net mvc3 installed. When deploying my applications, I always do bin deployments for the required dll library:
Microsoft.Web.Infrastructure
System.Web.Helpers
System.Web.Mvc
System.Web.Razor
System.Web.WebPages
System.Web.WebPages.Deployment
System.Web.WebPages.Razor
My question is: can I place these dlls somewhere in my shared hosting space, so that my deployed applications look for them there? So I could avoid finding them and ftp'ing them every time I deploy a new MVC3 application?
Just add a little more description. My general provider allowed me to configure applications in my root directory. So I thought I had the following structure:
root / bin / (here would be a dll above)
root/MyApp - - dll bin . ?