Reputation: 1
All, please advice me how to do other server request and send it back data to that server. What is the best way to do this in asp.net 2.0 with c#.net. Thanks and may I get your future answers.
Upvotes: 0
Views: 102
Reputation: 25505
You can do a webrequest if you want to utilize a web type request. Raw web requests can be a pain so most people utilize WCF or other type of web services.
Upvotes: 1