G
Guest
I am trying to open an ASPX file in a new window which displays a report in PDF format (using SQL reporting service). The query to display the results takes about 3 minutes in the query analyzer. But I am getting operation timed out error in the new window that I open before even before 2 minutes. I use just a binary write for the response that I get in byte format. Can somebody suggest a solution?