I have created a simple http service using apicontroller and i want to upload it on server. But the problem is that i can’t install asp.net mvc4 beta on server. Is there any workaround.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can bin deploy MVC. (Link is for MVC3, but should work for MVC4 as well.)
Basically, you’ll copy the necessary MVC assemblies in your project’s bin folder, so there will be nothing extra to install on the server, and your host doesn’t need to support it.