Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have to get the data from one particular table from one server and fetch it into table which is under another server database through WCF and Asp.net....I am very new to WCF......Please Help me....


Thanks...
Posted

1 solution

hi
here I am adding an instructions which you can follow to accomplish your task

1)write Wcf Service in that two method one which takes data from one server (the connection string can be kept in web.config file)
2) another method which inserts data to other server (the address of other server can be retrieved from web.config file).

now you can refer another posts to write WCF service.
how to write a simple WCF service
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900