Select the product you need help with
PRB: Doctype Parsing Behavior in Visual InterDevArticle ID: 175324 - View products that this article applies to. This article was previously published under Q175324 On This PageSYMPTOMS
The following error occurs when you browse an Active Server Pages (ASP) file:
Response object error 'ASP 0156'
Header Error <your asp file>, line 3 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. CAUSE
The following conditions cause the error to occur:
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">" With the above line added to the file, the response properties mentioned above are now set after the HTTP header has been written to the client browser. RESOLUTION
Remove the WebBot.
-or- Edit the ASP file in NotePad and remove the "DOCTYPE" line. STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
The first line of the file now contains the <doctype...> instead of <%@ language =...> REFERENCES
For the latest Knowledge Base articles and other support information on
Visual InterDev and Active Server Pages, see the following page on the
Microsoft Technical Support site:
http://support.microsoft.com/search/default.aspx?qu=vinterdev
(http://support.microsoft.com/search/default.aspx?qu=vinterdev)
PropertiesArticle ID: 175324 - Last Review: May 2, 2006 - Revision: 3.1
|


Back to the top








