User-166373564 posted
Hi skliz4rel
To deploy MVC application, if your hosting provider already has ASP.NET MVC 1.0 installed on the hosting server, deploying your MVC application is no different that deploying any ASP.NET Web application. However, if the hosting provider does not currently
support ASP.NET MVC 1.0, you must upload the required MVC assemblies in the Bin folder of your deployed application.
Here are some related reference for your information:
# How to: Deploy an ASP.NET MVC Application:
http://msdn.microsoft.com/en-us/library/dd410407(v=vs.90).aspx
hope it helps,
Regards