gpt4 book ai didi

c# - 在 GitHub 页面中使用 ASP.NET

转载 作者:IT王子 更新时间:2023-10-29 01:03:40 24 4
gpt4 key购买 nike

我正在尝试使用 Visual Studio 2013 中的 ASP.NET Web 窗体模板在 GitHub Pages 上创建个人网站。(我正在尝试学习 ASP.NET/C#)

但看起来 GitHub pages 只会加载名为“index.html”的文件作为主页。

我将我的 index.html 文件重定向到我的 Default.aspx 文件,但这只会让我的浏览器下载该文件。这是我当前的 index.html 文件:

<html>
<head>
<title></title>
<meta http-equiv="refresh" content="1;url=/JoeWebsite/Default.aspx">
<meta name="keywords" content="automatic redirection">
</head>
<body>
If your browser doesn't automatically go there within a few seconds,
you may want to go to
<a href="/JoeWebsite/Default.aspx">My Website</a>
manually.
</body>
</html>

ASP.NET 项目位于 github 的正确存储库中。从上面的代码片段可以看出,该项目的文件夹名为“JoeWebsite”。

是否可以在 GitHub 中创建一个 ASP.NET 网站?怎么办?

如果没有,是否有替代的免费托管服务?

最佳答案

据我所知,Github 不支持 ASP.NET,但您可以使用免费的 Azure 帐户。看看:

http://www.asp.net/hosting

关于c# - 在 GitHub 页面中使用 ASP.NET,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30444185/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com