Today I came across an issue where the customer is getting “The object identifier does not represent a valid object. (Exception from HRESULT: 0x800710D8)” when you try to start the Web site.
Looking at the IIS Manager, the Web site status shows:
Looking closer, found the Web site identifier is set to 0.
This is not a valid identifier. Tried “net start WAS” this stopped W3SVC as well. Now, ran the command “net start W3SVC”. Checked the System Event log and we see:
Checked Appl...
[More]