T
Trapulo
I've an application that worked well on IIS6. I moved it to IIS7, and
response.contenttype is now ignored.
my code ends with:
Response.ContentType = "application/vnd.ms-excel"
Response.Flush()
Response.End()
But the browser receives "application/octet-stream" as mime type! IE shows
the XLS file as html/text, and FFOX propts to save.
Why? (
thanks
response.contenttype is now ignored.
my code ends with:
Response.ContentType = "application/vnd.ms-excel"
Response.Flush()
Response.End()
But the browser receives "application/octet-stream" as mime type! IE shows
the XLS file as html/text, and FFOX propts to save.
Why? (
thanks