IIS Hacks: Server Resources

Do you have IIS logging enabled? Do you ever use it? If you don’t use it, consider turning it off. By looking at the log files, you can see an awful lot of text is recorded with every visitor. Items such as bytes sent, referrers, and domain/host info slows down the server considerably. Reverse DNS requests when logging host info for a visitor will really slow the server. For small sites hosted on powerful servers performance may not be an issue. If you have a site with many visitors and/or databases (forums), logging can cause significant hard disk activity and paging.

To disable logging, go into the IIS Manager -> Right-click on Websites and select Properties-> Uncheck “Enable Logging”

You can also do this for FTP sites as well. To disable it for a specific site, right-click on the site-name and disable logging.

Related posts:

  1. Microsoft Windows Server 2003 IIS Log File Format Comparison
  2. Windows 2003 Password Tips
  3. How to Install Windows Server 2003 R2 enhancements on Windows Server 2003 SP1
  4. Windows Server 2003 Password Policy Changes
  5. Enabling Internet on fresh Windows Server 2008 install

Leave a reply

...