Greetings !!!!
Some times after installing windows updates ,we reboot the server. When the server comes up, at that time World Wide Web Publishing service and all the websites go into stopped state. If you reboot the server again and try to start World Wide Web Publishing service,it will fail with below error -
"Could not start the World Wide Web Publishing service on local computer Error 1363:can not start a new logon session with an ID that is already in use"
The solution of this issue is as follows:
1. Login to the server through RDP and open command prompt.
2. Run following command.
regsvr32 qmgr.dll
3. Restart the server.
This will resolve the issue & you will be able to start the World Wide Web Publishing service.
Regards,
Sandra P
Some times after installing windows updates ,we reboot the server. When the server comes up, at that time World Wide Web Publishing service and all the websites go into stopped state. If you reboot the server again and try to start World Wide Web Publishing service,it will fail with below error -
"Could not start the World Wide Web Publishing service on local computer Error 1363:can not start a new logon session with an ID that is already in use"
The solution of this issue is as follows:
1. Login to the server through RDP and open command prompt.
2. Run following command.
regsvr32 qmgr.dll
3. Restart the server.
This will resolve the issue & you will be able to start the World Wide Web Publishing service.
Regards,
Sandra P
Comment