generating excel output from ASP

generating excel output from ASP

am 23.03.2005 14:39:11 von Trym Bagger

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

Re: generating excel output from ASP

am 23.03.2005 16:04:07 von reb01501

TB wrote:
> 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
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.

Re: generating excel output from ASP

am 31.03.2005 15:03:38 von Bullschmidt

<<
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.
>>

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...


*** Sent via Developersdex http://www.developersdex.com ***

Re: generating excel output from ASP

am 31.03.2005 17:08:07 von mdkersey

TB wrote:
> 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.

Yes, please post the code.