1、以Windows桌面版系统为例,进入Windows的“控制面板”;
2、进入“程序”,然后点“启用或关闭Windows功能”;
3、找到InternetInformationServices;
4、选项框上打勾,会发现有些内容是方块型的,意思是没有完全启用其中的功能,把“应用程序开发功能”中的内容全部勾选;
5、完成后,点击确定;
6、IIS功能安装完成后,在“系统和安全”中,完全关闭防火墙即可搭建成功。
Linux系统iis无法正常运行asp文件怎么解决
解决方法:
microsoft windows xp [版本 5.1.2600]
(c) 版权所有 1985-2001 microsoft corp.
c:documents and settingsadministrator>cd %windir%system32inetsrv
c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage
c:windowssystem32inetsrv>regsvr32 asptxn.dll
如果出现
asptxn.dll 中的dllregisterserver失败,返回代码是:0x8004e00f
再执行下面方法
c:windowssystem32inetsrv>msdtc -install
c:windowssystem32inetsrv>msdtc -resetlog
c:windowssystem32inetsrv>rundll32 wamreg.dll,createiispackage
c:windowssystem32inetsrv>regsvr32 asptxn.dll
c:windowssystem32inetsrv>
OK重启一下iis就可以了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)