Groups | Blog | Home
all groups > inetserver asp db > march 2005 >

inetserver asp db : generating excel output from ASP


Bob Barrows [MVP]
3/23/2005 10:04:07 AM
[quoted text, click to view]
http://support.microsoft.com/kb/q234774/

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

TB
3/23/2005 2:39:11 PM
I have read somewhere (in a ASP programming book) that I can generate Excel
readable output. Following one of the examples in that book, I have tried to
run that file against my web server. However, server returns only:
"HTTP/1.1 New Application Failed"

I have a feeling that it caused by the following line:

"response.contenttype = "application/vnd.ms-excel"

If anybody wants, I can post all of the code (not very long) for you to see.

Thanks,

TB


Bullschmidt
3/31/2005 5:03:38 AM
<<
I have read somewhere (in a ASP programming book) that I can generate
Excel
readable output. Following one of the examples in that book, I have
tried to
run that file against my web server. However, server returns only:
"HTTP/1.1 New Application Failed"

I have a feeling that it caused by the following line:

"response.contenttype = "application/vnd.ms-excel"

If anybody wants, I can post all of the code (not very long) for you to
see.
[quoted text, click to view]

Don't know but I could imagine something like that happening if the
client PC doesn't have Excel installed.

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


Michael D. Kersey
3/31/2005 9:08:07 AM
[quoted text, click to view]

AddThis Social Bookmark Button