Webmaster.Info
  Home
  AOL Client
  AOL Network
  Netscape Gecko
  Cookies
  HTTP Headers
  P3P
  Security
  FAQ
  Glossary
  Postmaster@AOL
  DNS@AOL

Microsoft Internet Information Server

AOLServer | Apache | Microsoft IIS | Netscape iPlanet 6.0 | Netscape iPlanet 4.x | Netscape Enterprise Server 3.6

IIS 4.0 and 5.0 provide a simple mechanism by which webmasters can modify the HTTP headers. The Microsoft Management Console (MMC) can be used to specify and customize headers. To modify headers, access the MMC by performing the following:

  1. Start the Microsoft Management Console.
  2. Expand the Internet Information Server line.
  3. Expand the ServerName line.
  4. At Default Web Site, right click and choose Properties.
  5. Select the HTTP Headers tab.

From here, webmasters may choose either to set the expires header or to add HTTP headers. Both standard (ie, cache-control) and custom (ie, Author or P3P) headers can be added here. To set the expires header, click Enable Content Expiration. To add an HTTP header, perform the following:

  1. Click Add.
  2. Under Custom Header Name, enter the name of the header. ie, Author
  3. Under Custom Header Value, enter the value of the header. ie, Internet Services

Following the configuration of the HTTP headers, click OK twice to return to the MMC window. IIS will now send out the specified headers.

Microsoft IIS 3.0

It is recommended that webmasters upgrade from IIS 3 to IIS 4. IIS 3 does not support the HTTP 1.1 standard. Customized headers cannot be created through the GUI system. If custom headers are needed, it can be done via ASP at the file level.