Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经开发了一些网页,所有网页都运行良好,现在我需要部署在我的localhost. 我怎样才能做到这一点?
localhost
我尝试通过创建一个虚拟目录并将 HTML 页面、CSS、JS 和图像复制到虚拟目录中,但这不起作用,它显示
Internet Explorer无法显示该网页
我的默认网页名称是“index.html”
您需要将 IIS 虚拟目录指向站点文件的物理位置。这可以在您机器上的任何位置。
网站通常位于其自己目录下的 disk:\inetpu\websites\ 中。
虚拟目录就是这样,它实际上并不存在于您的机器上。
然后,您应该能够按如下方式浏览到您的站点:
http://localhost/virtualdirectory/index.html