Tag Archives: iis

Performance Counters For Multiple Processes With Same Name

By | October 13, 2012

There are couple of posts talking about this subject: when you have multiple process’s with the same name, it’s not straightforward to figure out which performance counter instance represents which process. The suggestion would be to use the process ID and the “ID Process” performance counter (This is not the essence of this post, if… Read More »

Microsoft.Web.Administration for IIS

By | October 10, 2012

Update: In addition to this post, you can check as well the valuable post of Stuart Cullinans’s. One of the recent projects I worked on involved managing IIS programmatically, and I found the proper tool for it, meet “Microsoft.Web.Administration”. You can read about this library’s purpose in its own page above; what I will list… Read More »

Hide Subfolder in Multiple Domains Under One Site

By | December 26, 2011

After I have moved to WinHost, I was surprised they don’t support multiple domains under one site out of the box; you have to rely on IIS URL Rewrite magic to achieve that. So as expected, I looked for a solution in their KB and the internet (you don’t reinvent the wheel, remember?) and found… Read More »