Sending xml Data

Maddy40

Member
Joined
Sep 15, 2005
Messages
9
Programming Experience
1-3
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.
 
Back
Top