IIS, microsoft



IIS 6.0 Registry Tweaks

Microsoft TechNet Article on Global Registry Entries

My main point of interest is the IIS logging. I would like to flush the log to disk before I run a script that gathers up all the logs and build useage reports every hour.

Although interesting, the following registry entry is no help. If you set the value to small the server performance will degrade quickly.

LogBufferSize
Registry Path:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Http\Parameters\LogBufferSize
Data Type: REG_DWORD
Default Value: N/A
Range: 12,288 – 65,536 (12K – 64K)

Overrides the default logging buffer (per site) of 64K. Using this key, administrators can prevent excessive memory usage when running many thousands of sites on a server. This registry key does not exist by default and must be added to the registry.


Post Comment Now


IIS 6.0: How To Eliminate the Delay in Serving Updated ASP

Due to some new enhancements in IIS 6.0, users may encounter a significant delay before receiving the content on the page. This can be a great annoyance for the users and prevent them from visiting your site. To eliminate this delay, follow these instructions:

  1. Copy the following:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ASP\Parameters]
    "DisableLazyContentPropagation"=dword:00000001
    
  2. Open Notepad and paste the text.
  3. Save the text file and rename it to for example “IIS6_Delay_Fix.reg”.
  4. Merge the file into the registry by double-clicking it.
  5. Reboot.

Post Comment Now


Blog | Contact | Gallery | Links | Sandbox | Social Networking | Weather | Web Design


Copyright © 1997-2009 KCSH. All rights reserved.