Hi!

After i reinstalled my 2003 Server and IIS i no longer
can restart iis from iis manager. I get this message:

"The IIS Restart commands are not available on this
server"

I have tried
C:\Windows\system32\inetsrv\iisrstas.exe /RegServer
but that does not help.

iisreset commands does not work either (class not
registered)

I have also tried to reinstall IIS but no luck.

Help!?!?

// JJL

Re: Cant Restart IIS by Andrey

Andrey
Mon Jul 19 16:47:26 CDT 2004

JJL wrote:

> Hi!
>
> After i reinstalled my 2003 Server and IIS i no longer
> can restart iis from iis manager. I get this message:
>
> "The IIS Restart commands are not available on this
> server"
>
> I have tried
> C:\Windows\system32\inetsrv\iisrstas.exe /RegServer
> but that does not help.
>
> iisreset commands does not work either (class not
> registered)
>
> I have also tried to reinstall IIS but no luck.
>
> Help!?!?
>
> // JJL


Well,

to clean reinstall you need to remove c:\winnt\system32\inetserv
directory (or move it to the save place for reviewing).

I would also recommend to run regsvr32 for all dlls in this directory
(this, actually a last resort :)

-Andrey.