Re: downloading .xls files from the web

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Feb 8, 1:30 am, "gella" <gellashailu...@xxxxxxxxx> wrote:

Response.ContentType="application/ms-excel";

Shouldn't the type be "application/vnd.ms-excel"? There's no such
thing as "application/ms-excel" listed at IANA (http://www.iana.org/
assignments/media-types/). I'm a bit new to MIME types so correct me
if I'm wrong!

Chris

.