Question

I tried searching for a hosting company that would support MVC4 but I couldn't find any - I would like to deploy my MVC4 application online but I do not know a hosting company with good prices. Could you give me a list?

Was it helpful?

Solution

Bin-deployed MVC 4 apps should run on any hoster that supports MVC 3.

OTHER TIPS

As @marcind suggested, your app will run on any hosting company which supports .NET Framework 4 and integrated mode for application pool. You just need to include the necessary dlls inside the bin folder under root directory.

You also has a way to deploy and run your app on classic mode but you need a little bit more setup. See this post:

Running ASP.NET MVC Under IIS 6.0 and IIS 7.0 Classic Mode : Solution to Routing Problem

As for your request on hosting company suggestion, here is not a place to ask recommendations on buying products or services.

I have deployed Mvc 3 based website by using below tutorial on Mochahost. Do the Same For MVC 4.(Note : Don't Forget to include necessary dlls).

http://www.mochasupport.com/kayako/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=568

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top