Hi there,

I have a problem with IIS 6.0 + IE 6.0. I'm POSTing back to an ASP page a
long lists of IDs used for sending emails (>10.000). This process takes more
than 30 min. The problem is that this process is automatically restarted by
posting again all the data. I checked ASP page and there is nothing to
reload the page. But after more than 30 min. (changed the timeouts) the
process simply restarts by posting again the full list. I only need to
execute this page once.
My question is why the whole process restarts posting back data (is not a
simply GET, but POST)? There is no F5 / CTRL-F5 or Back buttons. It simply
re-post data, without an error. It's my ASP page wrong? Or something wrong
with IIS? Any hints?

Thx,

OC

Re: Automatically re-POST by sonner

sonner
Thu Feb 05 22:53:16 CST 2004

show me your query...