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.
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.
Microsoft 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:
For 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
(http://kbalertz.com/Feedback.aspx?kbNumber=247318/EN-US/
)
BUG: Word 2000 and Excel 2000 Do Not Redirect Correctly When Using Response.Redirect
225234
(http://kbalertz.com/Feedback.aspx?kbNumber=225234/EN-US/
)
OFF2000: Link to Office Document Produces Password Prompt
Article ID: 266263 - Last Review: August 9, 2004 - Revision: 4.3
APPLIES TO
- Microsoft Excel 2000 Standard Edition
- Microsoft Word 2000
- Microsoft Active Server Pages 4.0
| kbdownload kbbug kbfix KB266263 |