Not sure even if its possible. I want to host an application developed in C# ASP.NET MVC 5.1 and MSSQL 2008 back-end on Google App engine.
Please let me know how can I do it? Thanks.
Not sure even if its possible. I want to host an application developed in C# ASP.NET MVC 5.1 and MSSQL 2008 back-end on Google App engine. Please let me know how can I do it? Thanks. |
|||||||||
|
You can take a look at the Google App Engine issue ticket for supporting C# language (or really any Microsoft technologies). https://code.google.com/p/googleappengine/issues/detail?id=8 It is indeed unsupported to run .NET (even using Mono) on Google App Engine currently. As of this writing the ticket is 'Acknowledged', so it could be supported in the future. But, don't let Google make you think there aren't solutions available. There are other cloud service offerings on the market that do support the Microsoft technologies. |
|||
|