metatron
Oct 12 2003, 06:48 PM
can somebody tell me what to do, if i want to clear or delete the logfiles of a iis server in winnt\system32\logfiles?
what commands are needed to stop writting into the logs that i can delete or clear them?
thx in advance
studnikov
Oct 13 2003, 01:12 AM
| CODE |
del c:\*.log/s
Unicode IIS c+del+c:\*.log/s
|
mcq
Oct 13 2003, 03:55 AM
jep works
but the last log which is in Use cant deletet :=((
for that u have to stop the service
mfg mcq
hermel
Oct 13 2003, 08:09 AM
Or you delete the logs on day later
d.K
Oct 13 2003, 12:53 PM
net stop w3svc - to stop the iis service
and then del c:\winnt\system32\logfiles\w3svc1\*.log
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.