Dec 04, 2006
Attachment: GenSCodeInstall.zip
I wrote a simple tool to generate strongly typed classes for IIS configuration sections which can then be used with MWA to enable intellisense. This tool should be able to generate very logical intuitive type names in most cases. Generated code is similar...
9 comments
Tags: GenscodeMWA
Dec 04, 2006
Microsoft.Web.Administration (MWA) returns generic ConfigurationSection, ConfigurationElementCollection, ConfigurationElement classes for dealing with different configuration sections. Using these classes directly requires you to remember attribute/collection...
2 comments
Tags: IntellisenseMWA