Hi.
I'm having some trouble [re]configuring permissions for my Sitefinity site development/testing environment. First, I am using .NET impersonation to run my site. In my web.config I have:
My SQL database is on another machine, and it's configured properly to allow the
domain\SF-service account. Let's assume the problem is not on the SQL Server end.
Now, because I'm using .NET impersonation, I simply set my App Pool account in IIS to be just NETWORK SERVICE, because my site will use the impersonated
domain\SF-service account.
So, my question is, what
local permissions do I need to give to the
domain\SF-service account?
I went to the following locations and and gave domain\SF-service account as much as FULL rights, without any luck:
C:\Users\myUserName\AppData\Local\Temp\
Temporary ASP.NET Files
C:\....\
myDevSiteFolder
These are not enough, because I get some weird errors when I try to run the site. I get either:
or
Now, if I add domain\SF-service to my local
ADMINISTRATORS group, everything runs fine. But I would prefer not to put it in the Administrators group, and rather give it just enough access so that it can run my Sitefinity dev site. So obviously, I'm missing some permissiond on some folder(s) for the domain\SF-service account. What am I missing?