Reputation: 10400
Google App Engine is a cloud computing architecture that supports java based web services to be deployed.
What cloud computing hosting options are available for .Net web developers ?
Upvotes: 10
Views: 4611
Reputation: 213
As of May 11, 2016, Google Compute Engine supports the .NET platform (okay, Compute Engine is a IaaS and not a Paas, like App Engine):
How to get your ASP.NET app up on Google Cloud the easy way
Don’t let anyone tell you that Google Cloud Platform doesn’t support a wide range of platforms and programming languages. We kicked things off with Python and Java on Google App Engine, then PHP and Go. Now, we support .NET framework on Google Compute Engine.
Upvotes: 1
Reputation: 73293
Amazon also supports Windows - for example AWS Elastic Beanstock has features similar to the other PaaS offerings mentioned in this thread.
Upvotes: 9
Reputation: 21
Apprenda (http://www.apprenda.com). You can run it where ever you want and instantly have a PaaS. Layer it ontop of EC2 and away you go!
Upvotes: 2
Reputation: 3974
Apart from Azure there is also AppHarbor, which actually runs on Amazon infrastructure.
Upvotes: 5
Reputation: 11100
As other have said you're looking for the Windows Azure Platform. The platform consists of the following components:
The pricing for the could services was announced earlier today at WPDC 2009 and in addition they announced that it would become commerically available at the Professional Developers Conference (PDC) later this year. Util then these services are available free of charge in the form of a Community Technical Preview.
Upvotes: 4
Reputation: 33861
That would be Microsoft's Azure
http://www.microsoft.com/azure/default.mspx
Upvotes: 23