This problem occurs if the ContentType property changes in one of the following ways:
- From "text/html" to "text/xml"
- From "text/xml" to "text/html"
- From �text/html� to �application/pdf�
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
<%@ Language="VBScript" Codepage="65001" %>
<% Response.ContentType = "text/xml" %>
<XMLSTUFF>
This is some stuff
</XMLSTUFF>
'Response.ContentType = "text/xml"'
Keywords: KB264868, kbpending, kbmsxmlnosweep, kbbug