症状administrator账号打不开c:/inetpub目录
原因因为服务器被挂马引起服务器异常所有的网页文件都放在c:/inetpub于是造成网站全部崩溃
策略挂起一块新磁盘作为系统然后扫描磁盘杀死病毒和木马恢复原磁盘的文件管理权限切换到源磁盘启动
administrator账号打不开c:/inetpub目录增加administrator账户赋予完全权限然后可以打开该目录
但此时iis打不开根据提示需要打开was和wsvc
于是定位到计算机》管理》service》worldwidewebpublishingservice》start出现下面的错误
这时我们需要打开另一个程序windowsprocessAcivationservice>start结果出现下的错误
微软官网给出下面的解决方案
TheWindowsProcessActivationService(WAS)generatestemporaryapplicationpoolconfiguration
filesthatitstoresinthe%SystemDrive%inetpubtempappPoolsdirectorybydefaultIfyouchangethis
locationWASmaynotbeabletofindthedirectory
ToresolvethisissuemakesurethattheappPoolsdirectorymeetsthefollowingrequirements:
·Thedirectorymustexist
·ThedirectorycannotbeonaUNCpath
·ThedirectorymustbeavailabletoWASandshouldhavethefollowingpermissions:
oSYSTEM:FullAccess
oAdministrators:FullAccess
oIIS_IUSRS:Read
执行上面的步骤之后按倒序打开上面的服务依次ok于是服务器恢复正常
经过此次宕机告诉我们服务器的安全防护是这么的重要