I have IIS set up on my windows 2000 machine and I am running an ASP page that completes 5 or so stored procedures in a particular order. These can take quite a while to run so I am trying to inform the user as to the progress of the page by using the response.flush command informing them how many more steps are left. However, even when using this, the page seems to be completely processed before anything is passed back to the browser. Is there something I am missing, or is there another way to inform the user of what is going on.
Any help would be greatly appreciated.
Thanks in advance
Any help would be greatly appreciated.
Thanks in advance