工作需要,使用ghost版xp 系统sp2,但是安装iis后发现无法解析asp网页,静态网页和图片可以正常显示。 找了n种方法,均未成功,经过近两个小时的 调试和试验,发现使用下面方法可以解决,小记一下,以后自己使用,也希望能为其他可能遇到同样问题而苦恼的同行们提供一点参考:
开始菜单-》运行-》cmd
msdtc -uninstall
msdtc -install
cd %windir%/system32/inetsrv
rundll32 wamreg.dll, CreateIISPackage
regsvr32 asptxn.dll
提示asptxn.dll注册成功,重新启动iis,运行asp页面,成功解析。^_^