I had a "wait..." page on a site and when I moved it to IIS6 it totaly stopped working. It output the wait message and then used Response.Flush to send that to the browser while it finished loading the results. Once all the results were loaded it hid the "wait" message. I've tried a lot of things to get that working again with no success.
So... I'm looking for ideas on how to make an interum wait page between the search form and search results because sometimes it can take a full minute to get results and there is nothing that can be done to speed that up. We've found that we definitely loose people waiting for the results when the "Wait" page doesn't work.
So, one idea was to have an actual page in between that accepted the search criteria and displays the "Wait" message and then passes the search criteria on to the search results page. That one seems like a lot of work for a simple process.
Have any better ideas?
Travis Hawkins
So... I'm looking for ideas on how to make an interum wait page between the search form and search results because sometimes it can take a full minute to get results and there is nothing that can be done to speed that up. We've found that we definitely loose people waiting for the results when the "Wait" page doesn't work.
So, one idea was to have an actual page in between that accepted the search criteria and displays the "Wait" message and then passes the search criteria on to the search results page. That one seems like a lot of work for a simple process.
Have any better ideas?
Travis Hawkins