Programmatically configure IIS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have to programmatically configure IIS from a windows form application. I
tried the code I found here:
ttp://weblogs.asp.net/jezell/archive/2003/09/17/27869.aspx and it works fine.
The thing is that I have to use another logging module instead of the
default one... I spent hours reading the metabase documentation but
everything I've tried diten't work...

Does anyone has an idea hoe to do that?

P.S.
..NET 1.1 / Win2003 server
IIS
Sorry for my bad english....
 
In the IISWebServer ADSI Schema check the LogPluginClsId node. This
should help you

Regards
 
Back
Top