How to connect to remote server and access an xml file (in VB.Net)
-
I'm trying to develop a windows application where i can get connected to remote server and look for process state. We have many remote servers where automatic installation of software going on. We have an xml file(installstatus.xml) where it tells us at what stage the installation is (Example : Inprogress , Completed, Failed. So our aim is to develop a windows application where i can get connected to servers and look for their installation status(may be we can use installstatus.xml to look for installation status). Every time i connect to a server, the server information should get stored in XML file(i want to create a xml file where all the servers list i connect to should get stored)
-
I'm trying to develop a windows application where i can get connected to remote server and look for process state. We have many remote servers where automatic installation of software going on. We have an xml file(installstatus.xml) where it tells us at what stage the installation is (Example : Inprogress , Completed, Failed. So our aim is to develop a windows application where i can get connected to servers and look for their installation status(may be we can use installstatus.xml to look for installation status). Every time i connect to a server, the server information should get stored in XML file(i want to create a xml file where all the servers list i connect to should get stored)