script never answers back to browser

devdas

New Member
I have a classic ASP application running on IIS 6, with a very long script timeout set to allow some very long admin scripts to run (sometimes more than 30 minutes).If a script takes more than a certain length of time, it will never answer back to the browser even though it does indeed finish. The browser will just spin forever waiting, even after the script has actually completed on the server. It would be very helpful if the browser got an answer when the script was done.I can't figure out any IIS settings that make any difference. Does anyone know what settings in IIS or the script itself might make this work?
 
Back
Top