Archives
Archives /
2012
-
Examples of IIS Powershell cmdlets
-
Developing IIS Native module 2 (Replacing response body with WriteEntityChunkByReference)
Summary:
-
IIS Powershell: Getting config section names and attributes names dynamically
IIS Powershell provider cmdlets require the config section path for the -filter parameter and the attribute names while getting/setting attribute value.
-
Developing IIS Native module
I have started to learn IIS Native API (C++) and hope to share what I have learned. This blog is targeting for beginner programmers who want to develop IIS native module in C++ for the first time.