Sep 03, 2008
Recently, I came across certain questions on web.config file and it's relation to . To be honest, if you are a web developer (using .Net atleast), understanding the web.config file is imperative to you. So lets take it from the basics. Definition of Web...
0 comments
Tags: IIS 7IIS 6web.config
Aug 13, 2008
While working today I came across my dumped and lost php applications, I use to work on long ago. The moment I saw them I knew I couldn't resist to see them working again. These php code happen to be some of the earliest piece of code I have written....
1 comments
Tags: IIS 7How ToPHP
Jun 13, 2008
I've been working on a series of posts and Webcasts in my "spare time" directed at some of the areas in which I am most frequently asked questions. I am currently working on developing topics dealing with IIS configuration. It seems logical that this...
5 comments
Tags: IIS 7IISMicrosoft.Web.Administration
Apr 30, 2007
I just watched some of the coolest demos I've seen in a while. Ray Ozzie gave the opening keynote address for Mix 07. I hate to say it but he stated nothing more than the obvious direction of technology, IMHO. Ray's address was quickly followed by Scott...
0 comments
Tags: IIS 7MIX07ExpressionSilverlight
Feb 01, 2007
I have completed the final pieces of the Logging UI for Vista and posted them on the DownloadCENTER. I've completed functionality to allow you to configure central binary logging , central W3C logging , and site defaults . I've modified the look and feel...
3 comments
Tags: IIS 7SDK.NETUI Module
Jan 30, 2007
As many of you already know, the management console for IIS 7.0 on Windows Vista does not have a UI for logging. Since this was a pain point for several customers, I decided to test out the extensibility APIs by creating a logging UI module. I've posted...
2 comments
Tags: IIS 7SDK.NETUI ModuleDownload
Dec 01, 2006
In my previous post , I showed you how easy it was to leverage your knowledge of the IIS 7 managed SDK in Windows PowerShell. We loaded the IIS 7 managed assemblies and then traversed the object model to display site information and stop application pools...
6 comments
Tags: IIS 7PowerShell
Nov 30, 2006
I've caught the PowerShell bug. In between stints with my ever-expanding code samples, I play with PowerShell a lot. I thought I'd share a quick example of how to load Microsoft.Web.Administration.dll and use it to perform some basic tasks. Note: I'm...
12 comments
Tags: IIS 7PowerShellSDK