So everybody knows there are several flavors of active server page. There's one forum here for asp 3.0 and another for asp.net. Both run on the same server, though: Microsoft's Internet Information Service, or IIS.
I think most asp developers have some knowledge of iis. How well do you know it? How do you interact with it? Directly through the console, mostly? Has anybody had to work with the "metabase" of iis settings through code? Either with ADSI or, for iis 6, using xml and direct edit mode?
The company I'm working for uses a server farm, so it's nice to be able to audit and compare configuration settings across all the machiens.
|