tags:

views:

80

answers:

1

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?

+1  A: 

Might be better to change the identity of the process so that you know which one to attach to.

Gulzar