I have iis 7.0 which each app pool running one website. however, some worker processes hve username: network service which i have no idea what apps they are running.
Is it possible to find them out ?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can look at each website / application in IIS Manager and check what application pool they are using.
Foreach web site and applicaiton:
Select the site / application in IIS manager and select “Basic Settings”. The name of the AppPool should be in the properties dialog that is displayed.
Would that be good enough?