Question : restarting WWW services daily

Gurus,
Currently, we have to manaully restart the  WWW windows service daily to make our database browerser work . Is there any vb scripts or methods for restarting the service daily automatically?

Thanks

Answer : restarting WWW services daily

Hi,

Create a scheduled task that executes IISRESET on a timed interval of your chosing.

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/003ed2fe-6339-4919-b577-6aa965994a9b.mspx?mfr=true

ex:

C:\Documents and Settings\hades666>iisreset
Attempting stop...
Internet services successfully stopped
Attempting start...
Internet services successfully restarted
C:\Documents and Settings\hades666>

-Hades666

Random Solutions  
 
programming4us programming4us