I am supposed to create an data transfer utility that is to take data from an external source. in this case it's another database, and import/update data into an asp.net website database.
Now, the database and the site were created by another party and they already have an API/framework to access the database.
I've tried to write code on the site that imports the data but it sometimes times out and the app pool recycles.
How do I run a data transfer without timeouts and using the third part API so I don't have to re-write a ton of code?
Now, the database and the site were created by another party and they already have an API/framework to access the database.
I've tried to write code on the site that imports the data but it sometimes times out and the app pool recycles.
How do I run a data transfer without timeouts and using the third part API so I don't have to re-write a ton of code?
Comment