Reading IIS config in win32

Mark Hammond mhammond at skippinet.com.au
Sun May 25 19:40:04 EDT 2003


Glenn wrote:

> Hello,
> 
> I am sorta new to Python, and definatly new to coding anything on the
> win32 platform so I am asking for help ;-)
> 
> Is there a Python module that will allow you to read the config of IIS
> on a win2k server? I think it is stored in some kind of metabase and not
> the registry. Any suggestions?

You really should try and find some sample code in *any* language - that 
will then give us an idea of if/how it can be done in Python.

(These days, the "if" is largely moot thanks to ctypes.  One of these 
days, I promise :) )

Mark.





More information about the Python-list mailing list