Add web references to Windows service -
i'm going add web references windows service.
but whatever have done not useful.
is there special way add web references windows service? i'm beginner when comes windows services.
any appreciated
regards,
first of all: make sure service works (without web service reference) - needs install , start properly.
then add logging - run? run to? catch exceptions might happen , log those, too.
you might want check out "hybrid" approaches, allow write code command-line app first (which can debugged), , once works okay, can install service:
Comments
Post a Comment