Windows:IIS无法启动无法使用已使用的ID启动新的登录会话
时间:2020-02-23 14:45:42 来源:igfitidea点击:
IIS无缘无故可能会停止响应,并最终导致无法手动或者自动启动。
您可能会在EventViewer中注意到以下消息:
Cannot start a new logon session with an ID that is already in use.
这是因为核心dll文件(qmgr.dll,它是Background Intelligent Transfer Service)不再在系统上注册。
使用命令提示符,您需要执行以下操作,然后重新启动计算机:
regsvr32 qmgr.dll