Visual Studio has a nice feature where it can automatically reconfigure IIS for you when you run a suitable “services” project.

The benefit is that you don’t need to manually mess with IIS - just a one time check to make sure the virtual directory set in your .csproj is correct and everything will “just work” reguardless of the folder in which you check out your source code.

The downside is the effect when you have two copies of your source checked out for different purposes - unless you disable this feature, you’ll keep finding the same server handling both of your configured virtual directories, instead of each server remaining separate.

As usual, oddball behaviour when debugging has a relatively simple cause - the challenge is in finding that simple explanation when you see some really weird symptoms.

Comments

blog comments powered by Disqus
Next Post
Simpler code with DirectoryInfo  13 May 2014
Prior Post
WordTutor release 1.0.2411  11 Feb 2014
Related Posts
Superpowers for your AI  29 Mar 2026
Autotitling Windows Terminal Tabs  17 Mar 2026
Don't assume shared understanding  25 Jan 2026
Better Table Tests in Go  21 Oct 2025
Error assertions  26 Apr 2025
Browsers and WSL  31 Mar 2024
Factory methods and functions  05 Mar 2023
Using Constructors  27 Feb 2023
An Inconvenient API  18 Feb 2023
Method Archetypes  11 Sep 2022
Archives
March 2014
2014