finding the user of iis apppool \ defaultapppool
- by LosManos
My IIS apppool user is trying to create a folder but fails. How do I find out which User it is?
Let's say I don't know much about IIS7 but need to trace whatever is happening through tools.
Place of crime is WinSrv2008 with IIS7.
So I fire up Sysinternals/ProcessMonitor to find out what is happening.
I find Access denied on a folder just as I suspected. But which user? I add the User column to the output and it says IIS Apppool\Defaultapppool in capitals. Well... that isn't a user is it? If I go to IIS and its Apppools and Advanced settings and Process model and Identity I can see clues about which user it is but that is only because I know IIS. What if it had been Apache or LightHttpd or whatever? How do I see the user to give the appropriate rights to?