Jun 15, 2008
As promised in my previous post , I updated genscode tool to provide intellisense for AhAdmin code in C# and JavaScript. GenSCode now accepts an optional codetype switch which can be AhAJavaScript to help use AhAdmin in JavaScript, AhACSharp to help use...
4 comments
Jun 09, 2008
MWA (Microsoft.Web.Administration) is pretty popular among developers who wish to read/write IIS configuration because of ease of writing managed code (which enables its use in powershell as well) and also because it provides a more intuitive wrapper...
4 comments
Filed under: JavaScript, Ahadmin, intellisense, Microsoft.ApplicationHost.AdminManager
Jun 04, 2008
Attachment: AhAdminCodeGeneratorInstall.zip
If you ever write AhAdmin code, this is for you.I have written a tool which generates equivalent JavaScript/C#/VB.Net AhAdmin code for actions done in IIS7 UI. IIS7 configuration system gives access to IIS config files via a set of COM APIs. You can read...
3 comments
Filed under: Ahadmin, ScriptWriter, AhAdminCodeGenerator
May 27, 2008
Dynamic properties feature in IIS7 configurtion system lets you expose dynamic data as configuration system properties. RscaExt.xml which is part of IIS7 has all the RSCA (runtime status and control APIs) functionality exposed as dynamic properties through...
2 comments
Filed under: GetCustomData, RSCA, GL_RSCA_QUERY, base64encode
Feb 18, 2008
IIS7 custom error module work in SendResponse stage with priority high (priority high in send response actually means lowest priority) which makes it one of the last modules to run in the pipeline. It produces custom errors only if current statusCode...
4 comments
Filed under: IIS News, IIS News Item
Feb 11, 2008
One of the things which was not clear to me when IIS7 configuration system was written was how configuration system merges all the configuration data available and then decide what values are effective for the current request. One of confusions came from...
10 comments
Filed under: IIS News, IIS News Item
Dec 30, 2007
Few months ago, I fired procmon and collected all the registry keys IIS7 processes read. I then gathered the information about these registry keys from different people in the team and also collected available information on the internet. I have been...
21 comments
Filed under: IIS News, IIS News Item
Dec 20, 2007
I started writing an application which uses hostable web core (HWC) functionality of IIS7 and before making it available for download I thought it will be useful to write about HWC in detail. Hostable web core enables processes other than w3wp.exe to...
10 comments
Filed under: IIS News, IIS News Item