Eok's Blog Posts

Understanding appcmd.exe [list|set] config [ConfigurationPath] /section:name /parameter_name:value

To use appcmd efficiently for setting/listing configuration, we need to understand how we pass parameter. This requires us to be familiar with some syntax to edit attribute located at section, child element or collection element. In this blog, we will...

ARR with Tomcat

Recently I have seen forum posts regarding how to set up Tomcat 6 as Java Servlet/JSP container with IIS 7 as a web server. When I read trough the doc , it requires quite cumbersome steps required to configure. The basic idea is that we want to use IIS...

Consume IIS ETW tracing

Event Tracing for Windows (ETW) is wonderful mechanism to monitor, log and trouble shoot of your application. IIS is an ETW provider to help us out to do those activities. In this blog, I want to share how to retrieve events which IIS writes, from 1)...

URL Rewrite module; Basic Understanding of rule

This article explains how <match/>, <conditions/> and <action/> work together in URL Rewrite module, and how they are defined in URL Rewrite module schema; rewrite_schema.xml. Prerequisite: It is better to read these walkthrough for...