vote up 15 vote down star
10

I am having several problems deploying my Asp.Net MVC application with my current web hosting and I am thinking about trying a new one.

What is in your opinion the one with best quality/price that allows to easily deploy ASP.Net MVC applications?

Thanks!

flag

2  
I would LOVE to hear the answer to this. I hate pretty much every host I've been with. The only good one I've ever had got bought out by morons. – IainMH Nov 21 '08 at 19:37

6 Answers

vote up 5 vote down

I host my sites with Server Intellect, they are extremely helpful and fulfill all of my custom modification requests. The hosting plans are very affordable. If they don't already have MVC available I'm sure they would have little problems adding it for you.

http://www.serverintellect.com

ADD: I have also hosted with Crystal Tech (the host for StackOverflow) and they do a great job as well.

link|flag
I have been with Server Intellect for just over a year, very good host, and VERY quick with their support. – Tom Anderson Apr 25 at 0:23
yes, I was having a problem with payment and they would like to call me to kuwait – Q8-coder Nov 5 at 13:59
vote up 3 vote down

I have hosted an ASP.NET MVC with discountASP.NET, they do a good job.

link|flag
vote up 2 vote down

I am hosting an MVC app with ServerIntellect.
At time of writing, $15/mo (Tier 1 Shared Hosting Plan) will get you

  • 1.5 GB storage
  • 250 MB MSSQL
  • .NET 3.5

MVC is not explicitly advertised. It can work if you:

  • bin deploy a few MVC assemblies. Phil Haack explains here.
  • have ServerIntellect switch your site to Full Trust. Their Medium Trust mode was too restrictive to allow standard MVC applications (a Reflection conflict, they claim).
  • modify the Route Table. ServerIntellect is using IIS6 on their shared hosting which does not allow the new ASP.NET Routing. I modified Global.asax.cs as shown in Listing 3 on this page.

Others have claimed that discountasp.net offers Full Trust and MVC out of the box, but I have no experience with them, and they do cost slightly more per month if you include MSSQL.

link|flag
vote up 2 vote down

i host my aspnet mvc app http://ksischool.com with http://www.webhost4life.com/ unlimited bandwidth and like 300gigs of space for US$20 a month (thats 300g server space and 3gb MSSQL space). i think thats pretty good

they have good 24/7 Live Chat support people which is important to me. they help me sort out issues i'm not totally savvy with.

yes, mvc is bin deployable, but the routes will not work without wildcard mapping, which the wethost4life support staff will gladly set up for you (like they did for me).

some good mvc deploy info:

EDIT: I'll be honest, their support is not fantastic.. but after having looked a lot, you really cant find ASP.NET 3.5 IIS6 or 7 hosting with 3 MSSQL DBs and 3gb of MSSQL DB space for less than 20 bucks a month.

link|flag
Unlimited bandwidth is always at best a blatant lie. – Gregory Oct 9 at 5:50
@Gregory: do you think you could expand on that? – cottsak Oct 9 at 14:38
vote up 1 vote down

I use SoftSysHosting. I have not tried any MVC sites on it, but normal asp.net sites work well with them.

MVC is supposed to be bin deployable so I would think it would work.

I'm interested to hear what host you went with and if they are good.

Update: I've since deployed a couple of sites using asp.net mvc and they work well on softsyshosting. I really have nothing but good things to say about them, especially support.

link|flag
I have a VPS with SoftSysHosting, and so far (3 months) the experience has been enjoyable, the one time I needed support, they were prompt and effective. – Gregory Oct 9 at 5:51
vote up 0 vote down

I've hosted with crystalTech for about 8 years now. Unfortunately in the last year or so they've fallen behind again. They don't offer Windows 2008 or SQL 2008 on shared hosting and haven't really explained when that will change.

link|flag

Your Answer

Get an OpenID
or

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