I often have to look at problems on live web servers, would like to know if there is a safe way to force an IIS log file rollover on a production server.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You could try temporarily changing the log file rollover settings, as described here: http://technet.microsoft.com/en-us/library/cc754615(WS.10).aspx Once the logs have rolled over, revert to your previous settings. |
|||
|
|
|
Are you sure about this, I've been supporting IIS web farms for years and had no issues with copying the current IIS log file to get all entries up to that point....(IIS 4,5,6 and 7) How are you copying them? |
|||
|