搭建Windows IIS(Internet Information Server)服务器

时间:2022-01-04 19:00:19

1、找到 控制面板\程序 点击 “打开或关闭Windows功能” ,全部选上“Internet信息服务”,,这里可能要等几分钟。

搭建Windows IIS(Internet Information Server)服务器

2、完成之后你打开C盘,在他的根目录下多出一个inetpub文件夹里面有个wwwroot文件夹,这里面是就放部署项目文件的地方,直接复制进去即可。

搭建Windows IIS(Internet Information Server)服务器

3、此时你就可以在浏览器中输入 localhost显示为说明配置成功了

搭建Windows IIS(Internet Information Server)服务器

4、然后在进入到控制面板的 系统和安全\管理工具 在双击打开 “Internet 信息服务(IIS)管理器”,

就进入了IIS管理器的界面,就可以看到c盘下的wwwroot目录所部署的项目了,至此IIS服务配置完成

搭建Windows IIS(Internet Information Server)服务器

原文地址   

搭建Windows IIS(Internet Information Server)服务器