IIS 6 question

  • Thread starter Thread starter gouqizi.lvcha
  • Start date Start date
G

gouqizi.lvcha

I am running IIS 6 under windows 2003 server. It is strange that I do
not see "w3wp.exe" or "aspnet_wp.exe". Where is the IIS worker
process. IIS seems work find, but I cannot debug code. Help needed.
Thanks.
 
It's possibly you are confusing the IIS native process with the managed code
worker process, w3wp.exe.
If you request an ASP.NET (aspx) page, you can see W3WP.exe in the processes
list in Task Manager.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top