You have to do these 2 steps:
- Run Powershell commands
- $w = Get-SPWebApplication -Identity http://portal
- $w.GrantAccessToProcessIdentity("domain\ServiceAccount")
- Restart IIS iisreset /noforce
No comments:
Post a Comment