hello everyone, i am an ASP new comer, i have write a simple asp application,
which is used to send batch email. the process will running for few hour, it
depend on how much email needed to send. however i have a problem in
...........i can't find a way to stop this sending process until it send out
all of the email (or let say unless i reset the iis by in cmd typing
iisreset). can any one help me ??
i also have try different method such as before it need to send each mail it
need to check the session, at that time (during send) user can press a button
on the pop up page that change the session value. however this method is not
work, it need to wait until the sending process finish.