vote up 6 vote down star

Looking at what's running and nothing jumps out.

Thanks!

flag

4 Answers

vote up 8 vote down check

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.

link|flag
vote up 4 vote down

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.

link|flag
vote up 2 vote down

make sure you have show all processes checked (in vs)

link|flag
vote up 0 vote down

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!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.