Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running asp page in background.

Status
Not open for further replies.

ketankshah

IS-IT--Management
Jan 11, 2001
121
0
0
IN
I have a requirements. In bulleting board, if someone posts a message, the code should retrieve all the members and send them emails automatically. This should happen in background so the user who is posting the message should not have to wait until all the emails are sent. I have tried using stored procedure and triggers but all are sychronomous and waits till the execution is complete.

Has any body knows how to do it? SQL server scheduler won't work as the mails are to be sent only when a message has been posted and not at a specific time interval.

Any kind of help will be useful.

Thanks.
 
Try writing a vbs file that gets kicked of by a batch file that is executed when the message is posted . Have used it in the past and it works just fine.
 
Thanks tschonken for a quick reply. But can you help in how to write a vbs file and how to trigger it by a batch file through an asp page?

Thanks again.

Ketan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top