Suppose I have a ASP script which does some hefty db operations and takes a few minutes to execute. If I then make an administrative page so the appropriate people can click the link, what happens if they get bored waiting for the script to execute and go to an other page? I know there is a way to check if they're still connected and abort the script if they're not, but I'd rather have the script still run until its finished so the database gets fully updated. Will it work that way by default? I'm running NT 4.0 Server, SP6a, and IIS 4.

Also, will scripts timeout if they take too long to execute?

Thanks,
Josh