Home
Half-Blood Programmer
Cancel

IIS Hidden Facts: URL Rewrite Module

I am working on a project called Jexus Manager, and as a result found many interesting facts about IIS. This series of posts are going to cover them. IIS never ships URL Rewrite module (even i...

Jexus Manager: 2.0 Alpha 6 Shipped and Bug Reports Welcome

After several weeks of hard work, I am glad to announce the immediate availability of Jexus Manager for IIS Express 2.0 Alpha 6. This version focuses on supporting site/server level settings, and...

Analysis on a #SNMP Library Memory Leak Report with JetBrains dotMemory

A few days ago, I got a report on possible #SNMP memory leak. The report itself contains very useful information, so that I was confident on reproducing it. Today, I added two test cases in the c...

The Whole Story of "Server Certificate Disappears in IIS 7/7.5/8/8.5/10.0 After Installing It! Why!"

Interestingly this issue started to be reported since the introduction of IIS 7 in Windows Vista, but I never found any good enough materials to tell the whole story. Even popular ones like this an...

What's Microsoft.Web.Administration and The Horrible Facts You Should Know

I know many of you learned about IIS extensibility and came across MWA. There are not so many articles on IIS.net about it (as well as MWM), like this and this. Explore them and you can see how co...

LordGate Notes: Multithreading Performance

A few performance testing scenarios have been executed recently and the results are quite surprising. Before locating the culprits, this post only shows what the testing reveals. Sample Code [Te...

TritonMate Words: #SNMP 9.0 Plan

#SNMP Library 8.5 has been published for a while (Feb 22, 2015). If you did not yet try it out, it can be easily acquired from NuGet. The focus was primarily set on repackaging, so most of the API...

Jexus Manager: Initial Persist-to-Disk Support in 2.0 Alpha 5

Visual Studio does provide some basic IIS Express integration, such as opening sites from IIS Express, and exposes a limited set of settings for you to configure, Anonymous Authentication SSL...