Results 1 to 2 of 2

Thread: invoking Win service from web service

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2007
    Location
    Mumbai
    Posts
    94

    Angry invoking Win service from web service

    Hi guys
    plz tell me How to invoke windows service from web service in vs 2008.

    -@jay-

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: invoking Win service from web service

    Did you try System.Diagnostics.Process.Start? You can call

    net start servicename

    to start a service.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width