asp.net - 我可以使用 google Drive 来托管 asp.net 站点吗?

标签 asp.net google-drive-api

我想为我的大学项目托管一个网站,我可以将它托管在 Google 云端硬盘上吗?或者你可以告诉我如何使用 java 脚本管理数据库

最佳答案

报价 https://support.google.com/drive/answer/2881970?hl=en

With Drive, you can make web resources — like HTML, CSS, and Javascript files — viewable as a website. ... Google Drive does not support web resources that make use of server-side scripting languages like PHP.

由于 ASP.NET 是一种服务器端技术,因此它不适用于 Google 云端硬盘。

托管常规数据库也是不可能的,但这取决于您所说的“数据库”是什么意思。例如,您可以按照此处的说明尝试使用 Google 电子表格 http://dataist.wordpress.com/2012/11/23/using-google-spreadsheet-as-a-database/

如果您正在寻找免费服务,请在谷歌上搜索“免费的 asp.net 托管”,例如这是免费的(您网站的广告横幅)https://somee.com/FreeAspNetHosting.aspx

关于asp.net - 我可以使用 google Drive 来托管 asp.net 站点吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24056017/

相关文章:

c# - 更改 ASP.net 应用程序根目录?

docker - Google Drive API - 自动查询消息

python - 如何使用 Python 脚本将文件上传到 Google Drive?

javascript - 使用 Google Apps 脚本从 Google Drive 中的多个上传元素上传本地文件

android - 在云上备份 android 数据库?

java - 使用 Google Drive SDK 将文件保存在特定文件夹中

asp.net - 当我尝试添加插入值到 asp.net 详细信息 View 中时,我得到 "Object reference not set to an instance of an object"

c# - 如何使这两种方法更有效

asp.net - Web 服务器上的 system.web.routing 不工作

javascript - 是否可以在不使用服务器端代码的情况下有条件地将 JavaScript 文件添加到页面?