hi i made this app called iDashBoardCenter which basically dl an xml file from a web server of your choosing. the problem is that most users have a local private server with internet connection and a local database. They want that local server to upload the created xml file to a webserver they also manage. Ive got the code that reads the local db and creates the xml file on their local directory but i have no idea how to upload the created xml file copy to a webserver which they can access. the problem remains that an asp code must be run on the local machine “magically” and then… Read More
Continue Reading