It has been far too long since I had to do classic ASP. I have a form that a user fills in and posts back. This is then validated and if all is ok stored into my database and the user redirected accordingly. I now however want to be able to send most the information off to another site (but not the user) at the same time as storing it in the database, ideally by using http post but I am not overly bothered about capturing the response from the other site. Any ideas on how to do this? esp without holding my site up if the 3rd party sites are being slow?