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. Window service vs Web service

Window service vs Web service

Scheduled Pinned Locked Moved ASP.NET
visual-studio
5 Posts 4 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.
  • Y Offline
    Y Offline
    yogsworld
    wrote on last edited by
    #1

    hi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m

    A S 2 Replies Last reply
    0
    • Y yogsworld

      hi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m

      A Offline
      A Offline
      Ankit Aneja
      wrote on last edited by
      #2

      windows service are service to be run on system like norton antivirus sql server they can be used on lan web services are used for Internet based applications Ankit Aneja "Nothing is impossible. The word itself says - I M possible"

      1 Reply Last reply
      0
      • Y yogsworld

        hi Any body tell when to use windows service and when to use weservice and differences bet Windows and webservice yogesh m

        S Offline
        S Offline
        Suseel kumar P
        wrote on last edited by
        #3

        Windows Services are services which will be started when the OS starts and will be terminated when the OS shut downs. It is like Other services in Windows like Sequel server. you create a windows services then you can see that at Control Panel->Administrative tool->Services. Web services are used to access components across the Web. It is platform independant. That is we can access a component which is developed in Java or some other languages using .NET Web services. That is Components developed in different languages can communicate across the internet. Suseel Kumar

        Y 1 Reply Last reply
        0
        • S Suseel kumar P

          Windows Services are services which will be started when the OS starts and will be terminated when the OS shut downs. It is like Other services in Windows like Sequel server. you create a windows services then you can see that at Control Panel->Administrative tool->Services. Web services are used to access components across the Web. It is platform independant. That is we can access a component which is developed in Java or some other languages using .NET Web services. That is Components developed in different languages can communicate across the internet. Suseel Kumar

          Y Offline
          Y Offline
          yogsworld
          wrote on last edited by
          #4

          hi Can we create installable of web service as like windows service yogesh m

          I 1 Reply Last reply
          0
          • Y yogsworld

            hi Can we create installable of web service as like windows service yogesh m

            I Offline
            I Offline
            Ista
            wrote on last edited by
            #5

            using setup and deployment wizard you can. You can even specify protocols, port addresses, etc... or just copy the folder over. Nick 1 line of code equals many bugs. So don't write any!!

            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