环境- Windows 7企业(Service Pack 1)
流程
已安装git
配置了用于git的user.name和user.email
安装nodejs
node version - 8.11.3
npm version - 6.4.0
安装Python2.7.3
added environement variable and updated path statement
安装Visual 2015社区版本
installed Visual C== 2015 Tools for Windows Desktop
installed Windows XP Support for C++
我有一个自己开发的asp.NET网站。我买了一个域名和一个主机服务。我去了主机服务并上传了所有文件。
问题:起始页必须是index.html/htm (位于根目录/httpdocs中),但是visual studio不能创建index.html文件,所以我自己创建了一个。问题是我不能重定向到任何其他文件,我不知道路径。我试过了:
- "mywebsite.com/otherfile.aspx" but it says file not found.
- "mywebsite.com/httpdocs/otherfile.aspx" file not found