How to get identity (windows user) name for custom application pool in IIS

740 Views Asked by At

In IIS on Win Server 2016 Standard, I have created new application pool 'MyApplicationPool' with:

  1. .NET CLR Version: none
  2. Identity: ApplicationPoolIdentity

and configured non default website to use it.

However, when I try to use IIS APPPOOL\MyApplicationPool e.g. in folder security, it is not recognized..

What could be the problem?

1

There are 1 best solutions below

0
Brando Zhang On

As far as I know, if we have already created the application pool in IIS, we could find it from the folder security.

Here is an example:

Server 2016:

enter image description here

I suggest you could recheck your application pool to make sure you have use the right application pool name.