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

  1. Go Environment
  2. Java Runtime
  3. Python Runtime

But people have probably run other application on this.

link|improve this question

46% accept rate
From the documentation, it seems no. – slow diver Jan 16 at 20:58
...so what's the question, then? – Su' Jan 16 at 21:06
It does not say it does not support either. People have run other languages like Microsoft Silver Light and possibly other (which google does not support). My question is can it work or is it workable – slow diver Jan 16 at 21:12
Silverlight isn't a server-side language. If you want to use GAE, you have to write it using their server-side languages, which their documentation lists. – Lèse majesté Jan 17 at 17:31
feedback

1 Answer

up vote 2 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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