9
Shouts

Identifying Worker Process (w3wp.exe) – IIS 6.0 and IIS 7.0 for Debugging ASP.NET Application « Abhijit's World of .NET

published 678 days, 9 hours, 44 minutes ago posted by abhijitjanaabhijitjana 679 days, 2 hours, 2 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 9:05:07 PM GMT

If you are debugging a ASP.NET web application which is hosted on IIS, you need to attach the particular worker process in Visual Studio to start debugging. To Attach a process we can go to Tools > Attach Process or use shortcut key Ctrl +P. The process window will show the worker process (w3wp.exe) wh...

category: ASP.NET | clicked: 1 | | source: abhijitjana.net | show counter code
tags: IIS 6.0, Debugging, IIS 7.0, WorkerProcess, ASP.NET