Oct 02, 2009
As we are aware that with the release of version 1 of IIS Database Manager came in the support for managing MySql Databases. This is a cool thing specially for all the PHP guys out there as MySql is extensively used with PHP applications all over the...
1 comments
Tags: IIS 7How ToModuleDB Manager
Mar 19, 2009
As IIS administrators we come across many scenarios wherein we are asked to analyse the overall performance of a web server. There are various steps involved in it, however, analysing IIS log files without a proper tool can be a pain. It's very easy to...
0 comments
Tags: IIS 6logparserHow To
Dec 13, 2008
The first time I tried to install Silverlight Tools RTW I wasn't really prepared for what was coming - My silverlight tools installation had just failed. Had no idea as to why that had happened, but after some wandering around the subject I found out...
0 comments
Tags: SilverlightHow ToVisual Studio
Oct 01, 2008
Just finished writing a very simple IIS 7 UI ModulePage that will enable us to view the meaning of the status and sub-status codes from within the IIS Manager UI. Here's a documentation to get you started. Just follow the document, there isn't much that...
0 comments
Tags: IIS 7How ToModuleStatusCheck
Aug 21, 2008
Continuing my last post on using Command line utilities with IIS 6.0 I will now be discussing on how to use some of those command which can make our life as an IIS admin happy! Lets start with adsutil.vbs Working with adsutil.vbs is fairly simple once...
1 comments
Tags: IIS 6How ToLineCommand
Aug 21, 2008
Q.) I would like to control a few operations of my IIS management through batch files. What I am looking at are simple tasks such as Restart IIS on development servers, viewing configuration and stuff like that. How can I possibly achieve that? I am pretty...
0 comments
Tags: IIS 6How ToLineCommand
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