Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you name an instance of w3wp.exe so it shows up in attach to process?

Tags:

asp.net

iis

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?

like image 244
rjdevereux Avatar asked May 01 '09 17:05

rjdevereux


1 Answers

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

like image 157
Gulzar Nazim Avatar answered Oct 20 '22 16:10

Gulzar Nazim