ASP.NET: by default app pool identity ASP/CGI: impersonated as authenticated user FASTCGI ( PHP fastcgi): app pool identity in order for php fastcgi to impersonate as authenticated user like cgi, need to set the following in php.ini: fastcgi.impersonate = 1