我的IIS打不开aspx文件,但是可以打开asp文件

来源:百度知道 编辑:UC知道 时间:2024/06/15 04:34:02
我前几天是连asp也大不开,但是重装了 IIS,还有就是用哪网上的哪个 .vbs改了些东东,就可以了,
但是今天才知道aspx文件还是大不开,我是.net framework 2.0,重新安装了.net framework了,还是不行.错误是
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.

还有个问题,就是前段时间中了 wcript.exe的后门病毒了,后来杀毒杀掉了,不知道是不是和这个有关系,杀掉后在用那个.vbs的时候,有提示要用到这个 wscript.exe的东东 ,当时好像是点的确定.不知道高手有没有什么点头绪.很急啊.

[1]:
检查你的DTC服务(全名:Distributed Transaction Coordinator)是否可以正常启动,

如果正常的话请你跳过此步骤;如果出错,无法正常启动,请在开始菜单的运行中 运行:msdtc -resetlog 以创建日志文件。重起机器,检查IIS是否可以正常使用,若不行继续。

[2]:
在CMD下执行以下命令:
cd %windir%\system32\inetsrv
rundll32 wamreg.dll, CreateIISPackage
regsvr32 asptxn.dll