views:

685

answers:

2

I am looking for a free ASP.NET MVC hosting site.

I know, I know, I might be coming up with a ridiculous request: MS servers cost money, and they are damn expensive, so I shouldn't be expected to get free ASP.NET hosting. The most is I can get best quality or most affordable hosting site, but free? Highly unlikely.

Still, I want to ask my fellow SOers, is there a free ASP.NET MVC hosting site? I just want to deploy my MVC app for fun. I don't expect to make money, or to expect high traffic from that site. All I want is a place where I can upload my app for free, so that I can play with it in production environment ( instead of dev or test environment, which is boring to begin with). Of course if the app took off I won't mind to pay for the storage and bandwidth.

So I just need a minimal package that is free, that's all. Any recommendation?

+2  A: 

Azure is free for now - so if you're just looking for something to play around with, it might work for you. Beware though, it will not be free forever, and MSFT has yet to announce pricing.

Bramha Ghosh
Could you provide short how-to for this?
Arnis L.
Azure is not a simple hosting provider. You to develop an app using the SDK and deploy it in the "fabric", which allocates computing resources to your app based on demand. The learning curve seems to be pretty high, and I don't even think they support SQL Server, instead they have storage options that appear to be similar to Amazon's SQS, S3, and Google's Big Table.
DSO
Sounds that you are correct about learning curve. Got to write down "Azure" at my "To check out" list.
Arnis L.
A: 

Another playground

Arnis L.