Tips on asp.net data updates and third party framework

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jumbojs
    New Member
    • May 2009
    • 20

    Tips on asp.net data updates and third party framework

    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?
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    This should be moved to the "ASP.NET" topics section.

    Comment

    Working...