We have a web application (document management system) running on IIS 7.5 with windows authentication and ASP.Net Impersonation enabled. When a user requests a document, the document is supposed to get cached locally for viewing but users keeps on getting Access to the cache path is denied even though the NTFS is giving them full control to the directory.
The application is running a domain user which is a local admin on that machine and the impersonation is setup to impersonate the authenticated user.
Also, Windows Authentication provider is set to Negotiate and NTLM.
Any help will be much appreciated. Thanks.