Hi,
I'm using IIS6 and getting huge log files (500M) each day and I'd like to remove logging of images and some other folders.
I've found this
<code>
set IISOBJ = GetObject("IIS://localhost/w3svc/1/root")
IISOBJ.DontLog = 1 ' Do not log requests.
set IIOBJ = nothing
</code>
I'm not sure where this will execute. Is there a log script I can add this too?
Anybody help???
Cheers
D
I'm using IIS6 and getting huge log files (500M) each day and I'd like to remove logging of images and some other folders.
I've found this
<code>
set IISOBJ = GetObject("IIS://localhost/w3svc/1/root")
IISOBJ.DontLog = 1 ' Do not log requests.
set IIOBJ = nothing
</code>
I'm not sure where this will execute. Is there a log script I can add this too?
Anybody help???
Cheers
D