How to write client-server program using asp.net

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
 
N

Nick Malik [Microsoft]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top