XP下IIS Asp 不能访问的问题
一个老的Asp项目需要作一些升级, 拿到原代码在笔记本上配起来, 竟然所有Asp页面都不能访问
Server Application Error 500错误:
The server has encountered an error while loading an application during the processing of your request. ......
Google 试了好多方法,后来试了几个帖子重新注册了几个dll
cd %windir%"system32"inetsrv
msdtc -install
msdtc -resetlog
rundll32 wamreg.dll CreateIISPackage
regsvr32 asptxn.dll
就好了
后台又搜到几个帖子 才确定,这的问题是后两个命令起作用了。 供大家参考, 自己也记录一下
http://www.cnblogs.com/diction/archive/2008/06/29/939805.html
http://juan.zi0928.blog.163.com/blog/static/420005462008916101029434/
http://www.iisfaq.com/default.aspx?View=A463