http://apps.hi.baidu.com/share/detail/33863184
修复的方法是:
1.在其它同操作系统的机子上正确安装IIS7,然后找到C:\Windows\System32\inetsrv\config文件夹,复制文件夹
2.同样复制C:\inetpub文件夹
求上面的2个文件夹.
重新安装Windows Process Activation Service(Windows进程激活服务)试试
确定按钮还是无法按下
@qq1131100254:
@qq1131100254: 看一下Common HTTP Features是否安装,如下图:
@dudu:
@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>
@dudu: 问题解决
估计是IIS安装不够彻底。