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
  1. Home
  2. General Programming
  3. C#
  4. communication between two websites in asp.net

communication between two websites in asp.net

Scheduled Pinned Locked Moved C#
csharpasp-nethelp
5 Posts 3 Posters 0 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.
  • N Offline
    N Offline
    noo dyab
    wrote on last edited by
    #1

    i developed two websites in asp.net (c#) they should send info to each other please some one help me in sample code about that

    D L 2 Replies Last reply
    0
    • N noo dyab

      i developed two websites in asp.net (c#) they should send info to each other please some one help me in sample code about that

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Considering there are innerable ways to do this, it's impossible to tell you what you need to know. You haven't provided ANY details at all on what kinds of app these are, what the data is you intend to share, where it's stored, if they share a common data store of some kind, if the apps are on the same server or on different servers, if you need real-time communication between the two, if the transfer needs to be ecapsulated in a transaction of some kind, ... on and on and on. Basically, noone can answer your question as asked.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      N 1 Reply Last reply
      0
      • N noo dyab

        i developed two websites in asp.net (c#) they should send info to each other please some one help me in sample code about that

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Try here[^].

        1 Reply Last reply
        0
        • D Dave Kreskowiak

          Considering there are innerable ways to do this, it's impossible to tell you what you need to know. You haven't provided ANY details at all on what kinds of app these are, what the data is you intend to share, where it's stored, if they share a common data store of some kind, if the apps are on the same server or on different servers, if you need real-time communication between the two, if the transfer needs to be ecapsulated in a transaction of some kind, ... on and on and on. Basically, noone can answer your question as asked.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008
          But no longer in 2009...

          N Offline
          N Offline
          noo dyab
          wrote on last edited by
          #4

          thank you for your reply i really think about HTTP request assume that first sever collect the information from table in database that he (the first server) owns rearrange it and send it to the second server the second will receive that date and update its database that exist on it (owned by second) upon to that data data could be sting , text , int ...

          D 1 Reply Last reply
          0
          • N noo dyab

            thank you for your reply i really think about HTTP request assume that first sever collect the information from table in database that he (the first server) owns rearrange it and send it to the second server the second will receive that date and update its database that exist on it (owned by second) upon to that data data could be sting , text , int ...

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Check into writing a web service and installing it on the second server.

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            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