The information in this article applies to:
SYMPTOMSWhen you make a request to a Microsoft Internet Information Server (IIS), if the IIS is setup to use Default.htm as the default document (or any other HTML document), the resulting "content location" is returned to the client. However, when IIS is setup to use Default.asp as the default document (or any other .asp document), then the "content location" header is not sent to the client in the response from the server. This behavior is by design. CAUSE
The content-location is an optional entity-header field. It is used to define meta- information about the entity-body with information about the resource identified by the request.
RESOLUTIONAdding the following ASP code inserts the content-location header into the default ASP document:
REFERENCESFor additional information, please see the following article(s) in the
Microsoft Knowledge Base: Q218180 Internet Information Server Returns IP Address in HTTP Header (Content-Location) Q244998 Port Number Is Not Returned with Content Location when Specified by URL Additional query words:
Keywords : kbiis400 kbiis500 |
Last Reviewed: December 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |