I have a ASP script query database and generate a table. If I use
Response.ContentType = "application/vnd.ms-excel"
the asp response will generate all the output into Excel.
It works for some client computers well, but failed on some other computers.
Why it works only for some client computers?