I want to upload a large file of tracking numbers and process them into our ordering system.
I used to use
Server.ScriptTimeout = 3000
It worked until we upgraded our servers and now it crashes.
I'm Getting
This webpage is not available
The connection to www.YourSite.com was interrupted.
I could see the .csv file has been uploaded, but many tracking numbers do not get processed.
I'm thinking of maybe switching to a asynchronous update. But I cannot find any good source for it.
If you have any good ideas, please let me know. Thanks