Greetings.
I have an intranet site that I upload a CSV file to. After the file, the website does some cool stuff that essentially synchronizes two databases to have the same information - which takes a couple minutes. This synchronization is also performed every hour by a scheduled task (VBScript).
What I want, or better said, what I think I want, is to have my VB.NET website fire off the scheduled task after the file is uploaded, but not have the website wait for the scheduled task to finish before refreshing the page and allowing the user to go on their merry way.
Is this possible, and is there a better way?
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws
I have an intranet site that I upload a CSV file to. After the file, the website does some cool stuff that essentially synchronizes two databases to have the same information - which takes a couple minutes. This synchronization is also performed every hour by a scheduled task (VBScript).
What I want, or better said, what I think I want, is to have my VB.NET website fire off the scheduled task after the file is uploaded, but not have the website wait for the scheduled task to finish before refreshing the page and allowing the user to go on their merry way.
Is this possible, and is there a better way?
"If it's stupid but works, it isn't stupid."
-Murphy's Military Laws