Hi,
I am generating Excel Report and trying it to stream it out to the browser like written below.
objWorkbook.Save("HistoricReport.xls", SaveType.OpenInExcel, FileFormatType.Default, Me.Response)
It is working properly in intranet. While I am accessing the internet site, it gives an error that it is not able to download the aspx page which builds the report.
I believe the thread breaks down at the time of respose. Please do suggest me any ideas.
regards,
Venkata