How to Develop AutoStart WebService?

Hi All

I wand to develop service which should be started automatically.

so my timer can be started. and it can perform some event.

Web services should not need to be called explicitly.

As machine gets started it should be started.

my service contains timer which works afterwards.

Please Can Any one Tell me




Answer this question

How to Develop AutoStart WebService?

  • Tower Boss

    create a Windows Service instead of a Web Service.


  • bam

    In WSE 3.0 see the following Quickstart sample for a Windows Service running a web service. Default install location is here

    C:\Program Files\Microsoft WSE\v3.0\Samples\CS\QuickStart\Hosting\WindowsService

    Thanks, Mark Fussell

    WSE PM



  • How to Develop AutoStart WebService?