I run multiple processes under IIS and when debugging it can be tough to know which process I want to attach to. Can you programatically set the "Title" of a process so that it can be identified in Visual Studio's "Attach to Process" window?
I run multiple processes under IIS and when debugging it can be tough to know which process I want to attach to. Can you programatically set the "Title" of a process so that it can be identified in Visual Studio's "Attach to Process" window?