WIN7安装IIS后无默认网站(Default Web site)

修复的方法是:

1.在其它同操作系统的机子上正确安装IIS7,然后找到C:\Windows\System32\inetsrv\config文件夹,复制文件夹

2.同样复制C:\inetpub文件夹

 

 

求上面的2个文件夹.

iis
WIN7安装IIS后无默认网站(Default Web site)iia | 初学一级 | 园豆:11 提问于:2012-02-10 23:39
 
最佳答案
0

重新安装Windows Process Activation Service(Windows进程激活服务)试试

WIN7安装IIS后无默认网站(Default Web site)

确定按钮还是无法按下WIN7安装IIS后无默认网站(Default Web site)

WIN7安装IIS后无默认网站(Default Web site)

@qq1131100254: WIN7安装IIS后无默认网站(Default Web site)

WIN7安装IIS后无默认网站(Default Web site)

@qq1131100254: 看一下Common HTTP Features是否安装,如下图:

WIN7安装IIS后无默认网站(Default Web site)

WIN7安装IIS后无默认网站(Default Web site)

@qq1131100254: 打开C:\Windows\System32\inetsrv\config中的applicationHost.config文件,在<listenerAdapters>中加上<add name="http" />,完整的应该是这样:

<listenerAdapters>     <add name="http"/>     <add name="net.tcp" identity="S-1-5-80-3579033775-2824656752-1522793541-1960352512-462907086"/>     <add name="net.pipe" identity="S-1-5-80-2943419899-937267781-4189664001-1229628381-3982115073"/>     <add name="net.msmq" identity="S-1-5-80-89244771-1762554971-1007993102-348796144-2203111529"/>     <add name="msmq.formatname" identity="S-1-5-80-89244771-1762554971-1007993102-348796144-2203111529"/> </listenerAdapters>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2021-11-10
  • 2021-08-18
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案