devtechya
devtechya

Reputation: 1

How to do to get other server request and send it back what that server request

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

Answers (1)

rerun
rerun

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

Related Questions