April 2009 - Posts

1
Comments

IIS snapin extensibility. Part 4. by sergeia

Making super types Today I will show you how to extend existing namespace types with your data. There are at least half a dozen ways to do this. PowerShell Extended Type System could be used to add extra properties into any type as NoteProperty, ScriptProperty...
0
Comments

XPath, PowerShell and custom trust level in ASP.NET by sergeia

When you manage IIS and related products you often need to deal with configuration files that are not part of IIS configuration. You cannot use cmdlets from IIS7 PowerShell snapin for those files, but you could use XPath engine, provided by managed framework...
1
Comments

IIS snapin extensibility. Part 3. by sergeia

Adding custom types to provider namespace To add new entry into IIS namespace you will need to prepare your own XML file with name ending with 'namespace.xml' and copy it into the same folder, where NavigationTypes.namespace.xml is located. During startup...
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems