Tuesday, July 31, 2007 10:12 AM
I'm running into an issue trying to export a file from an ASP.NET page. When trying to export the Excel file (which is created in-code and returned in the response of the page), it works fine in HTTP...but as soon as I add an 'S' to the end, things go wonky:
- It tries to download Default_aspx instead of the Excel file
We monkeyed around a bit with some different code altering the Cache values and tried to see if we could set anything in IIS directly, which now has us at this:
- When you try to download the file, it starts downloading but then says that it can't locate the file...which it still tries to get Default.aspx (dot this time, not underscore like the issue above).
So anyway, does anyone have any success in getting exporting of a file to work properly from IIS and running under HTTPS?
D