Tuesday, August 06, 2002

Jim Klopfenstein has a post on using the .NET System.Management classes to start an IIS server remotely. It's a good example on using these classes. I've been playing in System.Management lately, building custom NAnt tasks to tweak IIS settings. Jim's example uses the ManagementScope class and ManagementObjectSearcher to discover the server instance he wants to work with. This is actually much more intelligent than the method I use, probably because Jim read the SDK docs :-) Intellisense can be a real impediment to true knowlege.

3:41:10 PM  permalink  


Stories
DateTitle
8/13/2002 Resolution for IE and Windows problems
8/10/2002 Supporting VS.NET and NAnt
5/11/2002 When do you stop unit testing?