Suppose we create a new application pool with name as AppPool1.
When AppPool1 uses identity as ApplicationPoolidentity, then, ASP.NET code runs using IIS APPPOOL\AppPool1.
I would like to know that, what happens if we set the identity of AppPool1 as:-
- Local System
- Network Service
- Local Service
I would like to know the username under which ASP.NET code runs.