ASP SSL

  • Thread starter Thread starter Juan T. Llibre
  • Start date Start date
Sorry guys.
The problem is with content-disposition.
Until recently, while we used to work with http, using
Response.AddHeader " content-disposition" ," attachment;
filename=report.xls"

Worked fine, excel spreadsheets were exported with no problem.

Moving the IIS to work with SSL, has some affect on the result and the excel
doesn't build.







Eliyahu Goldin said:
You will have to be more specific to get any.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

Chen said:
Works fine on http,
with https - doesn't work

Suggestions?
 
Works fine on http,
with https - doesn't work

Suggestions?

What do you mean by "doesn't work"?

- the code never gets called (try a breakpoint)
- the code produces a wrong "excel file" (save the file instead of
starting up excel)
- excel can't read from https (don't know, just a guess)
- something else? (please specify)

What happens if you use a different "content-disposition"?


Hans Kesting
 
Back
Top