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. Web Development
  3. ASP.NET
  4. communication between two web application in asp.net

communication between two web application in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestionlounge
3 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

    :confused:hi there, I want to create two web applications that communicate which each other, like a chat room, or one web application will send a message or variable or data, and the other web application will receive it. Is that possible? I want to try Session variable but I think it cannot detect by another application that will receive it. Any idea with here guys? Thanks in advance!:confused:

    G A 2 Replies Last reply
    0
    • N noo dyab

      :confused:hi there, I want to create two web applications that communicate which each other, like a chat room, or one web application will send a message or variable or data, and the other web application will receive it. Is that possible? I want to try Session variable but I think it cannot detect by another application that will receive it. Any idea with here guys? Thanks in advance!:confused:

      G Offline
      G Offline
      Gamzun
      wrote on last edited by
      #2

      Use web service.

      Please don't forget to mark 'Good Answer', if you find it really a good one! Kashif

      1 Reply Last reply
      0
      • N noo dyab

        :confused:hi there, I want to create two web applications that communicate which each other, like a chat room, or one web application will send a message or variable or data, and the other web application will receive it. Is that possible? I want to try Session variable but I think it cannot detect by another application that will receive it. Any idea with here guys? Thanks in advance!:confused:

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        There must be a unified channel. Place each of those data into database and access data for both the solution to the same database. Thus giving a way to communicate. In case of chat rooms, each of users connect to server to a specified id(chat room id) and whenever an update to the dataset takes place, updates are sent to each of them. You might ping the server using AJAX call and see if any update is available to that id and update UI accordingly. ;)

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        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