Enable Buffering on the Administrative Web Site (IIS 6.0)

If you install the Remote Administration (HTML) Tool for IIS 6.0 on a server that has been upgraded to Windows Server 2003 from Microsoft Windows NT 4.0, you may receive an error when you try to view the administrative Web site. This error occurs because, by default, buffering is set to False in IIS 4.0. However, in IIS 6.0, buffering is set to True by default, and this setting is not changed during upgrade. To view the administrative Web site in IIS 6.0, you must enable buffering.

Requirements

Credentials: Membership in the Administrators group on the local computer.

Tools: Iis.msc.

Top of pageTop of page

Recommendation

As a security best practice, log on to your computer using an account that is not in the Administrators group, and then use the Run as command to run IIS Manager as an administrator. At the command prompt, type runas /user:administrative_accountname "mmc %systemroot%\system32\inetsrv\iis.msc".

Top of pageTop of page

How To

To enable buffering on the administrative Web site (for upgrades from Windows NT 4.0)

1.

In IIS Manager, double-click servername (local computer).

2.

Double-click Web Sites.

3.

Right-click the Administration Web site and then click Properties.

4.

Click Home Directory, click Configuration, and then click Options.

5.

Check the Enable buffering check box, and then click OK twice.


Top of pageTop of page