Hi Guys,
I use Windows Authentication to setup a web site in IIS.
There are lots of users, and impossible to collection every user account, also I don't want to add "authenticated users" or "everyone" or the local "users" group into the resource directory.
I find a "connect as" feature in the basic settings in web application, it seems IIS will use a specific account(provided by me, called "User1") to access the resources.
My question is what's the least permission the specified account("User1") needs in the server?
I add this account into "administrators" group, it works well.
But if not in the administrators group, web site goes error, even I have added this account into the related resource directories.