The information in this article applies to:
SYMPTOMSWhen using Response.Redirect in an Active Server Page (ASP) to redirect the client to a Microsoft Word document or a Microsoft Excel spreadsheet, the corresponding Microsoft Office application does not display the correct file that it was redirected to. CAUSEMicrosoft Office 97 applications open files on a Web server as read-only. Microsoft Office 2000 applications try to open files that are located on a Web server read-write. If the user that is logged into the client's machine is an administrator on the Web server, the Office applications try to open the file read-write and parse and display the static HTML in the .ASP file to the client. If the user is not in the administrators group on the Web server, the user is prompted for authentication and the client is redirected to the file as expected. RESOLUTIONAs a workaround, you can use META tags to redirect the client to the Office file. For example:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
© Microsoft Corporation 1999, All Rights Reserved. REFERENCESFor additional information, please click the article number below to view the article in the Microsoft Knowledge Base: Q225234 OFF2000: Link to Office Document Produces Password Prompt Additional query words:
Keywords : kbASP kbASPObj kbExcel kbWord kbGrpDSO kbDSupport |
Last Reviewed: December 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |