Links to ASP.NET application in MS Word document

Posted by Borat on Stack Overflow See other posts from Stack Overflow or by Borat
Published on 2009-10-08T06:43:02Z Indexed on 2010/05/24 0:50 UTC
Read the original article Hit count: 234

I am observing a weird behavior when clicking links to my ASP.NET application in MS Word 2003 / 2007 document.

I have IE8 installed. When I click a link in the document the request that is sent has the user-agent IE7(!?). A new session object is created. Right after that out of nowhere a second request appears this time having user-agent IE8.

More over, when I click anything on the requested page, a new session object is once again created, so I cannot rely on anything that has been persisted in the session.

Why is it like that?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about internet-explorer