I'm developing an asp.net web application to import data from an old (desktop) system to a new (web) system. I want to make a tool to import the data from the clients to the new system, ie the web application have access to the local database of each client, each of which are on different networks and the database server each is local. And since I'm using a web application, I wanted to import the data from a web application, is it possible?
I'm using Sql Server and Asp.Net;