Mobile app version of vmapp.org
Login or Join
Cofer257

: Does google app engine support ASP.NET Can I migrate my ASP.NET application to Google App Engine and it will run? Here is link, what is google app engine. As far documentation it supports either

@Cofer257

Posted in: #AspNet #GoogleAppEngine #Sql

Can I migrate my ASP.NET application to Google App Engine and it will run?

Here is link, what is google app engine. As far documentation it supports either


Go Environment
Java Runtime
Python Runtime


But people have probably run other application on this.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

2 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

Quoting my answer from StackOverflow:

It should now be possible to host ASP.NET applications on App Engine. Use the custom runtime feature on App Engine and Microsoft's ASP.NET Docker image with your application. Also, you need to create a route for /_ah/health and respond with HTTP status code 200 and a blank message body (see lifecycle events).

10% popularity Vote Up Vote Down


 

@Berumen354

GAE does not support the .net runtime either for windows or mono. If you need .net support you should look windows azure from Microsoft which is custom built to support .net

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme