Forcing IE To display word document in browser
问题 We have an ASP Classic application that provides document management. We have a fetch page that fetches the document from SAN storage and delivers it to the user, based on whether or not they are logged in. With IE6 and Word 2000 (when I wrote the code :)) The word documents displayed in the browser. Now, with IE8 and Word 2010 installed, we are always prompted to open/save the document. We: Set the mimetype (Response.ContentType = GetMIMEType(basename)) Set the charset (REsponse.Charset = ""