Can anyone advise on best way to send xml data from an asp.net page?
so far i have developed an Asp.net application which recives data from Net. At present i create an xml file and asp writes data to this file on the same server where the asp.net app is. I need to move this data to a db on another server behined a firewall what is the best way to do this?
Should asp write straight to db across network?
shoudl i http post xml file to server then read it?
or it there a better way.
any help please.
so far i have developed an Asp.net application which recives data from Net. At present i create an xml file and asp writes data to this file on the same server where the asp.net app is. I need to move this data to a db on another server behined a firewall what is the best way to do this?
Should asp write straight to db across network?
shoudl i http post xml file to server then read it?
or it there a better way.
any help please.