i am using IIS 7.5 with windows auth enabled for a default web site. i have set it to run as IIS AppPoool Identity and given permisson to my web folder to the IIS app pool identity. but when a users logins to my site and provides network credentials its impersonating as the user to get access to my web folder instead of using app pool identity and the user is getting 401 error. i verified this through procmon as well.
i also ran appcmd set config /commit:WEBROOT /section:identity /impersonate:false
to make sure impersonation is disabled. i have to add the computername\users id to the web app folder with read/execute permission to get it to work. what am i missing here?