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

How to Develop AutoStart WebService?
Tower Boss
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