Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio unable to find the w3wp process [duplicate]

I have an intermittent problem with visual studio unable to see the running W3wp.exe process when trying to attach to process, other instances of visual studio can see the process and restarting visual studio makes it appear in the attach to process list.

hitting the refresh button makes no difference and I can use the web application while unable to see the process in the list.

Any ideas?

like image 405
Kev Hunter Avatar asked Oct 19 '11 16:10

Kev Hunter


People also ask

Why is the w3wp exe not showing?

If you can't find w3wp.exe then IIS is not currently running. Make sure that the IIS Admin service is started, the WWW service is started, the application pool is started and the IIS website itself is started. Are you using Local IIS ( w3wp.exe ) or VS Development Server ( WebDev.

How do I enable w3wp process?

Open Visual Studio in Administrator Mode, then Debug -> attach to process -> tick the check box "Show processes from all user", select w3wp.exe.

Where do I find w3wp exe?

Via the Windows Task Manager, you can see processes named w3wp.exe. Within the IIS management console, you can view more details. Open IIS manager and on the left side click on the name of your computer. You will then see a similar list of icons on the right as shown in the screenshot below.

What is the w3wp exe process?

“An Internet Information Services (IIS) worker process is a Windows process (w3wp.exe) which runs web applications, and is responsible for handling requests sent to a web Server for a specific application pool.”


1 Answers

Ensure the checkbox for the 'Show Processes for All Users' is checked.

When on the 'Attach to Process' window in the bottom left there is a checkbox 'Show Processes for All Users'

Attach to Proccess window with Show Processes for All Users Checkbox**strong text**

Hope this helps you Kev Hunter!

like image 199
Catto Avatar answered Oct 02 '22 08:10

Catto