Ciao a tutti.
uso la funzione ThreadPool.QueueUserWorkItem(AddressOf updateDB) per eseguire in backgorund una sub che fa' questo: webDownload.DownloadFile(address, locale).
Il mio proble è che non so' come fare che alla fine della procedura in backgorund facesse questo:
Server.Transfer("xxxxxx.asp")
Help me
Grazie mille