Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
1  
You cannot do this. Perhaps you are looking for azure.microsoft.com/en-us or if you can do without MSSQL (use postgresql / mysql) then mono opens up a lot of options –  Steve Jul 7 at 13:47
    
Look a google compute engine, not appengine –  Zig Mandel Jul 7 at 14:49

1 Answer 1

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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