Ricky
Ricky

Reputation: 35833

ASP.NET: where is aspnet_wp.exe in IIS6

As title said, I cannot find aspnet_wp.exe in II6.

Where is it or replaced in IIS6?

Thanks.

Upvotes: 0

Views: 1124

Answers (2)

Dan F
Dan F

Reputation: 12052

For IIS6 it's called w3wp.exe - see here for more info

Upvotes: 5

Leigh S
Leigh S

Reputation: 1837

If you are looking for it for debugging purposes. There will be multiple processes per application pool and you should be careful to attach to the correct process for the application pool your web app is running in.

Upvotes: 1

Related Questions