We are creating a web application for internal purposes. We have a clustered IIS setup with a shared configuration. We need to specify user credentials for the physical path as not all user account have permissions to the path. We can set all of that up and work correctly, however once we set the physical path credentials, we lose the ability to see the current user browing the site. i.e. System.Web.HttpContext.Current.Request.LogonUserIdentity.Name is returning the user of the physical path credentials. Is there any way to have the best of both worlds? Physical Path Credentials set while still having access the the Windows User object of the current user browsing the site?