Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update application-pool-identities.md #1060

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ You can try this by selecting a file in Windows Explorer and adding the "Default
4. Select the **Security** tab
5. Click the **Edit** button and then **Add** button
6. Click the **Locations** button and make sure that you select your computer.

![Screenshot of the Select Users or Groups dialog.](application-pool-identities/_static/image9.jpg)
7. Enter **IIS AppPool\DefaultAppPool** in the **Enter the object names to select:** text box.
8. Click the **Check Names** button and click **OK**.

![Screenshot of the Select Users or Groups dialog.](application-pool-identities/_static/image9.jpg)

By doing this, the file or directory you selected will now also allow the **DefaultAppPool** identity access.

You can do this via the command-line by using the ICACLS tool. The following example gives full access to the DefaultAppPool identity.
Expand Down