Reputation: 35833
As title said, I cannot find aspnet_wp.exe in II6.
Where is it or replaced in IIS6?
Thanks.
Upvotes: 0
Views: 1124
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