Google App Engine ASP.net [英] Google App Engine ASP.net

查看:127
本文介绍了Google App Engine ASP.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Google App Engine的新手。我真正需要的是托管我的网络服务,它是用ASP.net& C#在谷歌应用程序引擎。

我的web服务获取一个字符串,并将该字符串从SQL Server 2008 R2数据库中已存储的转换值中转换。这个翻译的字符串是跨度的形式。然后我返回字符串。

感谢

解决方案

Google App Engine目前支持以Python,Java和Go,并且不会运行ASP.net应用程序,除非涉及一些重大的魔术(例如将其编译为Java字节码),并且我不知道任何可以执行特定技巧的任何事情。



也许你应该考虑微软的Azure。这是一种相当于PaaS的解决方案,但可以与微软的堆栈一起玩。



注意:谷歌已经添加了PHP支持。


$ b $注意:现在Google拥有自定义运行时,它允许您承载几乎可以在Linux机器上运行的任何内容。


I am new to Google App Engine. What i really need to go is host my web service which is written in ASP.net & C# on google app engine.

My web service gets a string and translate that string from already stored translated values in the database which is SQL server 2008 R2. This translated string is in the form of spans. i then return the string.

thanks

解决方案

The Google App Engine currently supports applications written in Python, Java and Go and won't run ASP.net applications unless some heavy magic (such as compiling it to Java bytecode) is involved and I'm not aware of anything that can do that specific trick.

Maybe you should consider Microsoft's Azure. It's kind of an equivalent PaaS solution, but will play with Microsoft's stack.

Note: Google has since added PHP support.

Note: Now Google has the "custom runtime" that allows you to host pretty much anything you can run on a Linux machine.

这篇关于Google App Engine ASP.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆