How to write client-server program using asp.net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • deepthy_raj@rediffmail.com

    #1

    How to write client-server program using asp.net

    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

  • Nick Malik [Microsoft]

    #2
    Re: How to write client-server program using asp.net

    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.
    --
    <deepthy_raj@re diffmail.comwro te in message
    news:1156269334 .169134.188140@ b28g2000cwb.goo glegroups.com.. .
    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
    >

    Comment

    Working...