BUG: Word 2000 and Excel 2000 Display ASP Source When Using MIME Type to Stream Data (266263)
The information in this article applies to:
- Microsoft Excel 2000
- Microsoft Word 2000
- Microsoft Active Server Pages
This article was previously published under Q266263 SYMPTOMS
When using the Multipurpose Internet Mail Extensions (MIME) content type in ASP to stream either a Microsoft Word 2000 or Microsoft Excel 2000 document, the client may receive either a blank document, static HTML, or the ASP source code rather than the intended document.
CAUSE
When navigating to a page that displays MIME content, Internet Explorer passes the URL of the page to the Office application to retrieve the data. Because Word 2000 and Excel 2000 can directly read content from an HTTP server, the application downloads and displays the physical ASP file that is specified in the URL instead of displaying the results of the ASP page as you would expect. This can result in either a blank document, static HTML, or the ASP source being displayed.
The blank document and static HTML situations are related. The server retrieves the file and tries to parse the HTML data, which removes all the ASP code and leaves the static HTML. If your ASP code does not contain any static HTML, you receive a blank page. Otherwise, you just see the static HTML, and possibly part of the ASP code.
The problem only occurs if your client system has write permissions to the ASP file on the Web server. If the client does not have write permissions, Office 2000 defaults to the Office 97 behavior and to an HTTP GET on the file.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
The problem has been corrected in SR1 for Office 2000. You can download the
service pack from the following Web address:
REFERENCESFor additional information on similar issues with Office 2000 and ASP, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
247318 BUG: Word 2000 and Excel 2000 Do Not Redirect Correctly When Using Response.Redirect
225234 OFF2000: Link to Office Document Produces Password Prompt
Modification Type: | Minor | Last Reviewed: | 8/9/2004 |
---|
Keywords: | kbdownload kbbug kbfix KB266263 |
---|
|