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. How to comunicate Web Application and Windows Service

How to comunicate Web Application and Windows Service

Scheduled Pinned Locked Moved ASP.NET
helpcsharpcomalgorithmstutorial
4 Posts 2 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.
  • D Offline
    D Offline
    Deepak the Cool
    wrote on last edited by
    #1

    Hello All, I want to ask that, Can I communicate data into a web application through the windows service?? Actually My problem is that I have a Call Dialer which is responsible to dial the call into our BPO.So that dialer activex control easily use into a c# windows application but it is not to use in web application. So I want to this scenerio in front end my Web application run and the data processing end my windows services take care of that and dispaly the appropriate data to my web application according to need.. so Is IT Possible??? If yes then how can ?? I am searching into google also but I want to your help also.. Thanks in advance

    Deepak :) Smile a Lots,Its Costs Nothing

    B 1 Reply Last reply
    0
    • D Deepak the Cool

      Hello All, I want to ask that, Can I communicate data into a web application through the windows service?? Actually My problem is that I have a Call Dialer which is responsible to dial the call into our BPO.So that dialer activex control easily use into a c# windows application but it is not to use in web application. So I want to this scenerio in front end my Web application run and the data processing end my windows services take care of that and dispaly the appropriate data to my web application according to need.. so Is IT Possible??? If yes then how can ?? I am searching into google also but I want to your help also.. Thanks in advance

      Deepak :) Smile a Lots,Its Costs Nothing

      B Offline
      B Offline
      Brij
      wrote on last edited by
      #2

      One thing you can do,If you want to show the data in your webapplication,let the windows service do the data processing job,Create a webservices that will monitor the database,and once your processing is done by win service you can show oit on your web page..

      Cheers!! Brij Check My Latest Article

      D 1 Reply Last reply
      0
      • B Brij

        One thing you can do,If you want to show the data in your webapplication,let the windows service do the data processing job,Create a webservices that will monitor the database,and once your processing is done by win service you can show oit on your web page..

        Cheers!! Brij Check My Latest Article

        D Offline
        D Offline
        Deepak the Cool
        wrote on last edited by
        #3

        ya I Thought about that But how can I get the live data through windows services. Is it possible to run the windows service through the web application button click event. And other question is that I have must be add the my dialer ActiveX into my windows services when we add that activeX into my windows application then user able to dial and recive a call through dialer

        Deepak :) Smile a Lots,Its Costs Nothing

        B 1 Reply Last reply
        0
        • D Deepak the Cool

          ya I Thought about that But how can I get the live data through windows services. Is it possible to run the windows service through the web application button click event. And other question is that I have must be add the my dialer ActiveX into my windows services when we add that activeX into my windows application then user able to dial and recive a call through dialer

          Deepak :) Smile a Lots,Its Costs Nothing

          B Offline
          B Offline
          Brij
          wrote on last edited by
          #4

          As you said that your widows services is processing the data.After processing it you can put it in some kind of temporary database,and Monitor the DB from your webservice and show it on your webapplications or you can put some async call which will access the DB and show data on your webpage. Windows service should always be running on the system and process the data when gets some data.

          Deepak the Cool wrote:

          Is it possible to run the windows service through the web application button click event

          NO

          Cheers!! Brij Check My Latest Article

          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