I have a win form app that will be installed on 2 computers (PC1, PC2)
PC2 have to Access an xml file that is installed on PC1,
How that can be done?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anjay GuptaPosted Jul 3, 2009, 11:09 AM
1. Use TCP/IP socket . Convert xml file as bytes array and send to client as row data. client can convert this as xml file.
2. Use web service -
3. Remoting -
3. WCF -