Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Server to Server Communication

Server to Server Communication

Scheduled Pinned Locked Moved ASP.NET
tutorialcsharpasp-netsysadminhelp
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    janat_Al_donia
    wrote on last edited by
    #1

    hi every body iwant to ask how can i implement communication between 2 web sites first web asks the second about some information and the other also keeps a record of information about clients (web pages) that connected with it. its just like central server and clients connecting to it h dont know realy how to do this in asp.net please help me with the code or give me an example. thanks

    N 1 Reply Last reply
    0
    • J janat_Al_donia

      hi every body iwant to ask how can i implement communication between 2 web sites first web asks the second about some information and the other also keeps a record of information about clients (web pages) that connected with it. its just like central server and clients connecting to it h dont know realy how to do this in asp.net please help me with the code or give me an example. thanks

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      There is no direct way to communicate between two websites. Here are few possible methods.

      1. Provide a web service for each website. So one website can use other website's web service to get data
      2. Use a centralized database which each website uses. You can just query on this DB to get latest updates.

      :)

      Navaneeth How to use google | Ask smart questions

      A 1 Reply Last reply
      0
      • N N a v a n e e t h

        There is no direct way to communicate between two websites. Here are few possible methods.

        1. Provide a web service for each website. So one website can use other website's web service to get data
        2. Use a centralized database which each website uses. You can just query on this DB to get latest updates.

        :)

        Navaneeth How to use google | Ask smart questions

        A Offline
        A Offline
        Arun Jacob
        wrote on last edited by
        #3

        Using WebService is a good option. :laugh:

        Arun Jacob http://codepronet.blogspot.com/

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups