Is there a command line to unload IIS from memory. I have figured out how to stop and start, but couldn't find anything on how to unload
chris_f
1:09 pm on Jun 20, 2003 (gmt 0)
"iisreset -stop" will deactivate the service. Why would you need more? I you let us know what your trying to do (ie. Is it a permanent unload?) then maybe I can help further.
Chris
graywolf
2:21 pm on Jun 20, 2003 (gmt 0)
I am using the stopweb.vbs script to stop the site, then I'd like to unload that site and then using the startweb.vbs to start the site. I don't want to unload all my sites just one. My script is:
Cscript stopweb.vbs -a 3 Cscript startweb.vbs -a 3