Results 1 to 2 of 2

Thread: check web service support

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    check web service support

    Hi there

    I was wondering, is there a way to check if on a computer, if that computer can support installing a webservice or if it has IIS enabled/installed?

    I want to check this so in C# I can enable/disable a particular option in the application.

    Many thanks!

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690

    Re: check web service support

    You can check to see if IIS is installed by looking at registry keys, like HKEY_LOCAL_MACHINE\SOFTWARE\MicrosoftInetStp\VersionString. Unsure how to check if it's enabled (service running?).

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