How to attach worker process in .net with Windows server 2003
-
Hello, I need to debug the code behind VB code of a .net application. but in Tools ==> debug Processes required process(w3wp.exe) is not available. how to add and attach it? Any help, steps or document will be appreciated. Thanks inadvance. Vijayraj Bhosale.
-
Hello, I need to debug the code behind VB code of a .net application. but in Tools ==> debug Processes required process(w3wp.exe) is not available. how to add and attach it? Any help, steps or document will be appreciated. Thanks inadvance. Vijayraj Bhosale.
In your development machine, w3wp might be running under different user account. You need to check. In “Attach to Process” window below the list of “Available Processes” there are two check boxes**.1.Show processes from all users, 2.Show processes in all sessions,** Check both check boxes.You may get the w3wp processes to attach.
M.Sendilkumar