Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COthanks. its an intranet site and uses windows authentication and the application pool identity is not some user account, it is a AD service account dedicated to this application. the password is correct. I am not clear what solution u are suggesting other than aspnet_regiis, in this case. the utility does seem solve the issue, but I wasn't sure if that should be done whenever we use a custom account instead of the default network service account and is it safe to run this utility in production environments.
      singulars
    2. COIf the account you want to use for the app pool is an Active Directory user then I would just use the `aspnet_regiis.exe -ga DOMAIN\USERNAME` to grant the privileges. If you are using a local user then it is easier to just add the user to the group. The problem that sometimes arises with the IIS_WPG group is if the web server is a DC (In which case there are no local groups and Network Service and other builtins don't work properly) or for some other reason the builtin group IIS_WPG is not an appropriate option. The utility is "safe" to run in production environments IME.
      singulars
    3. COThe Network Service account is a least privileged built-in account. The safe approach is to create a custom user for the app pool, but this is usually only needed for inter-process authentication. Meaning that some apps don't need a custom app pool identity. BTW, an unsafe approach is to elevate Network Service. This is a good approach in a demo or test environment when a quick config is a top priority.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload