by Thomas Michael (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
An easy way to restart IIS
If you develop ActiveX DLL's for use via the web,
then like me you probably have some shortcuts to start/restart IIS on you HD somewhere. I found any easier way to
do this for 2000 users. (I am not sure if this exists on NT4) Just look in your \WinNT\system32 folder for iisreset.exe.
It runs a little bit faster then using the net command and it automatically restarts
it for you. This is nothing major but I thought someone would find it useful.