How to write client-server program using asp.net

  • Thread starter Thread starter deepthy_raj
  • Start date Start date
D

deepthy_raj

want to write one seperate client program for establishing a
connection with the client and to send a url for a page from server
..After that i want to write one seperate server program for to accept
client request and it will give that requested page to the client .I
want this using web request and web response class.Please give me
complete coding,really coding i want.Please help me soon
 
With all due respect, sir, these applications exist.

Client that sends URL request to server: Internet Explorer (IE)
Server app that sends page to client: Internet Information Services (IIS)

If you want something a bit more specific than that, you may want to refine
your requirements. :-)

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top