Looking at what's running and nothing jumps out.
Thanks!
|
|
It should be w3wp.exe EDIT: In line with Darren's comment, you should also check the "Show processes from all users" in Task Manager if that is where you are looking for the process. |
||
|
|
|
|
Furthermore if you need to look at the .NET/unmanaged stack just donwload Process Explorer and look at your w3wp.exe processes to examine memory and other stats without having to do a remote/local debugging (just look at the .NET Tab on the properties of the process). It will show all the .NET performance counters for that particular process. Awesome tool! |
||
|
|
|
|
Just to add something here, process explorer comes in handy when trying to track down a process: http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx Beats task manager hands down and can be substituted. |
||
|
|
|
|
make sure you have show all processes checked (in vs) |
||
|
|