문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top