2

IIS 6 running on Windows 2003 with SP2. When I make any changes to IIS's configuration (add a site, change an existing site's settings, etc.) and then restart IIS, all my changes are lost. Uninstalling and re-installing IIS doesn't fix it (yes, I used the SP2 installation disk). Google turns up nothing.

What could be going on? How can I fix this or figure out how to fix this?

1 Answer 1

2

I was using iisreset to restart IIS. According to this Knowledge Base article, the iisreset command will force the shutdown of the IIS Admin Service, which can cause any pending metabase changes to be lost.

The solution is to use the net stop and net start commands to stop and start all the IIS services.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.