I have a script which can take a very long time to complete. It essentially takes a long list of email addresses and sends an email to each one.
I have written a Java program which happily goes through the list and sends them but I want to do the same thing in ASP.
Is there any was I can get round the timeout issue?
I have written a Java program which happily goes through the list and sends them but I want to do the same thing in ASP.
Is there any was I can get round the timeout issue?