We have a website(internal) that is using windows auth. Currently in IIS we have pass- through turned on. In order for users to connect to the site we have had to provide access to everyone in NTFS permissions or we get an error reading the web config.
To get around this we have created a local user account on the server and given it read/execute permissions for the directory, and in iis set this account as the apppool user identity. When a user tries to connect to the site they are prompted to enter credentials.
Is there a way to have the application access the directory using the local user we created without prompting for credentials? Also if we set physical path credentials to a local user and leave windows auth on for the site, is it still possible to get the actual users identity from within the application?