Skip to content

Permissions Error in Windows 11. #337

@tksheppard

Description

@tksheppard

Possibly related to #334 .

Clean install of Windows 11, SQL Server 2019, IIS 10, nvQuickSite 2.1.1.

image

I've tried changing the log settings, but it does the same warning each time. Closing the alert and clicking next also doesn't work (I tried lots of times).

Here is the log error:

2021-10-25 15:16:05.455 -04:00 [DBG] Permissions for IIS APPPOOL\projects.me_nvQuickSite set on folder D:\Dev\DNN\projects\Website
2021-10-25 15:16:05.455 -04:00 [DBG] Permissions for NT AUTHORITY\Authenticated Users set on folder D:\Dev\DNN\projects\Website
2021-10-25 15:16:05.456 -04:00 [ERR] Error occured while attempting to set folder permissions
System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
   at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
   at System.Security.Principal.NTAccount.Translate(Type targetType)
   at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
   at System.Security.AccessControl.ObjectSecurity.ModifyAccessRule(AccessControlModification modification, AccessRule rule, Boolean& modified)
   at nvQuickSite.Controllers.FileSystemController.SetFolderPermission(String accountName, String folderPath)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions