文章标签 ‘asp’

我已不用ASP好多年,今天重新装上IIS5.1,一打开http://localhost就出现
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
网上搜索都说是 用户组里面这两个要设置密码 IUSR_ IWAM_
照着做了 具体怎么设置看这个网址
http://hi.baidu.com/gameboyerik001/blog/item/9a973922b1d76b499358072b.html
可还是有问题依然无法浏览网页。在事件日志里看到
运行时环境无法初始化支持事务处理组件所需的事务。请确认 MS-DTC 正在运行。(DtcGetTransactionManagerEx(): hr = 0×8004d01b)
cmd里输入 net start msdtc 没有任何反应,查看日志,发现是无法启动。
搜索的结果是删除注册表的键值(cmd下输入regedit)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC
HKEY_CLASSES_ROOT\CID
然后就是
msdtc -uninstall
msdtc -install
net start msdtc
msdtc [...]

2009年11月2日01:34 | 没有评论
标签: ,