My question is related to this one:
My co-worker told me however that there are some meta tags you can place inside your html head section that will redirect the html and make word open that html page as a word document. I tried it in a framework 3.5 aspx page but it didn't work.
Here are the lines he suggested:
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=Generator content="Microsoft Word 11 (filtered)">
I'm going to try different asp frameworks to see if that helps.
Again, if it wasn't clear. The browser would connect to this asp page but then see those tags and redirect the contents to MS word.