我正在尝试使用Visual Studio 2013中的ASP.NET Web窗体模板在
GitHub页面上创建一个个人网站.(我正在尝试学习ASP.NET / C#)
但看起来GitHub页面只会加载一个名为“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中使用正确的repo.从上面的代码片段可以看出该项目的文件夹名为“JoeWebsite”.
是否可以在GitHub中拥有一个ASP.NET网站?怎么样?
如果没有,是否有其他免费托管服务呢?
解决方法
据我所知,Github不支持ASP.NET,但您可以使用免费的Azure帐户.看一眼: