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. Windows Service & Web Service

Windows Service & Web Service

Scheduled Pinned Locked Moved C#
csharpasp-nettutorial
3 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.
  • A Offline
    A Offline
    aaraaayen 0
    wrote on last edited by
    #1

    In ASP.NET i have one application. I need to run a report from that app to consultants at every weekend and monthend it should work automatically when system starts. I need to schedule it in windows service and other retriving queries for this in web service in asp.net. how to do this. how to call windows service from webservice. Thanks Prya

    K 1 Reply Last reply
    0
    • A aaraaayen 0

      In ASP.NET i have one application. I need to run a report from that app to consultants at every weekend and monthend it should work automatically when system starts. I need to schedule it in windows service and other retriving queries for this in web service in asp.net. how to do this. how to call windows service from webservice. Thanks Prya

      K Offline
      K Offline
      ketankumar
      wrote on last edited by
      #2

      Why you put burden of retrieving queries to windows service, rather you can put report data from windows service in db, and let web service directly fetch reports from db to service to asp.net page without interrupting windows service. Regards, Ketan.

      A 1 Reply Last reply
      0
      • K ketankumar

        Why you put burden of retrieving queries to windows service, rather you can put report data from windows service in db, and let web service directly fetch reports from db to service to asp.net page without interrupting windows service. Regards, Ketan.

        A Offline
        A Offline
        aaraaayen 0
        wrote on last edited by
        #3

        Actually i want only the scheduling in windows service. other works i have to do in asp.net. so i thought it is better to use web service and easy to access the windows service from web service. i dont know how to call. Thanks. Regards, Prya

        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