[thelist] IE and Excel files

Miller, Bart MillerB@bek.com
Mon Jul 31 16:06:48 2000
Anyone know how to force IE to open Excel files in Excel and not in the
browser?

I tried using this ASP code:

Response.ContentType = "application/vnd.ms-excel"
Response.Redirect "myfile.xls"

...but it still opens in the browser.