WebWindows下的Web服务器
目录
【Web】Windows下的Web服务器
说明
默认Windows下的Web服务器是关闭的,可以通过控制面板打开:
开启之后localhost进入页面:
对应的Web源代码路径是C:\inetpub\wwwroot。
默认开启的网页是iisstart.htm。
也可以替换成 中介绍的PhoneCat。
只是需要把index.html改名成iisstart.htm,之后打开localhost就是如下的界面:
这样就可以直接在Windows下调试PhoneCat代码了。