vote up 3 vote down star

I am looking to host a MVC app with IIS7 style routing, and can't find any affordable hosting. CrystalTech uses IIS6 for their shared plans...

flag

Duplicate of stackoverflow.com/questions/503929/… – Adam Davis Mar 4 at 1:35

5 Answers

vote up 2 vote down check

Try GoDaddy's Shared Hosting. It supports II7 & .NET 3.5. GoDaddy is usually quick to update their servers to the latest framework, and even if they do not, all that you need to do is deploy the following assemblies:

  • System.Web.Routing
  • System.Web.Abstraction
  • System.Web.Mvc
link|flag
hrm i might actually go with go daddy – Shawn Simon Feb 9 at 15:19
its a lot cheaper than crystaltech as well... – Shawn Simon Feb 9 at 15:21
Some people don't like them, but personally have had no problems with their machines or services, it is just tech support is a little light – Nick Berardi Feb 9 at 15:34
vote up 1 vote down

If you are looking for ASP.NET MVC hosting under Windows 2008/IIS 7, you may consider shared hosting plan at [ASPHostPortal.com][1]. This hosting company specialises Windows and ASP.NET-based, since you want to host ASP.NET MVC, it suits your requirement. Their support is also reliable and quick response.

I host my ASP.NET MVC website and running very well until now, so I am happy to recommend this hosting for you all. Good luck.

link|flag
vote up 0 vote down

Lunarpages, Mochahosting can be your option, I've been hosted with Godaddy, but the ticket reply is damn slowly, so I left, some of good IIS7 Web hosting could be found http://servefault.com/Microsoft-IIS-7-Web-Hosting

Regards

link|flag
vote up 2 vote down

GoDaddy Shared Hosting does support MVC as long as you select IIS7, .NET3.5 and add the three main MVC dlls, Mvc, Abstractions, and Routing. I've got the sample site running there with no problem.

link|flag
vote up 2 vote down

I found this problem, but went with HostingUK.co.uk - they use IIS6 but can configure the mapping for you if you just call them, and then follow phil haacked MVC & IIS6 walkthrough by adding the mvc extensions to the global.asax page...

after doing this my mvc site works fine :)

hope that all makes sense :D

link|flag
Wildcard mapping is rough on performance as every request goes through asp.net. – Brettski Apr 30 at 3:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.