Background:
User has an ASPX page to input several report parameters.
The Input Page has an OWC component that reads in from an XML Data Source.
I have an ASPX page that Generates the XML Data for the OWC control.
Process: User enters parameters, clicks button to generate report. OWC control is rendered with input being from the XMLsource provided by my XML only page.
In general, this is working fine.
However, if the user selects a report with a tremendous amount of detail, the aspx page that generates the XML Document appears to time out after approximately 5 minutes.
One example of this data is a query that returns a dataset with 408 rows. EACH of the 408 rows are parsed into individual 30 row records in the OWC object. Each OWC row has 27 cells filled. So, in this example, the XML datafile needs to create data for 330,480 individual cells.
The user does not mind waiting the 1/2 hour (or whatever the time period is) to generate the page. I just need to get it to generate!
Suggestions would be most appreciated.
Thanks!
User has an ASPX page to input several report parameters.
The Input Page has an OWC component that reads in from an XML Data Source.
I have an ASPX page that Generates the XML Data for the OWC control.
Process: User enters parameters, clicks button to generate report. OWC control is rendered with input being from the XMLsource provided by my XML only page.
In general, this is working fine.
However, if the user selects a report with a tremendous amount of detail, the aspx page that generates the XML Document appears to time out after approximately 5 minutes.
One example of this data is a query that returns a dataset with 408 rows. EACH of the 408 rows are parsed into individual 30 row records in the OWC object. Each OWC row has 27 cells filled. So, in this example, the XML datafile needs to create data for 330,480 individual cells.
The user does not mind waiting the 1/2 hour (or whatever the time period is) to generate the page. I just need to get it to generate!
Suggestions would be most appreciated.
Thanks!