Today, after installing a VM with Windows 2003 ee, SP1 and IIS, I got ‘Service Unavailable’ when i tried to see it the webserver worked as planned.
After quite a bit of googleing, I found a working solution.
http://support.microsoft.com/kb/899965
- In Start -> Run type “dcomcnfg”
- Right Click “IIS Admin Service” under Component Services -> Computers -> My Computer -> DCOM Config
- Choose “Security”
- In the section “Launch and Activation Permissions” click “Customize”.
- Add the local user “Network Service”
- Set the permission so “Network Service” is allowed to:
- Local Launch
- Remote Launch
- Local Activation
- Remote Activation
- Restart the server or restart the WWW service.