The ASP.NET Web application that has the
impersonation element set to
true in the Web.config file, and that has the
authentication element set to
Windows in the Web.config file, runs under the
impersonated account. The code in the ASP.NET Web application connects to
an Access database. When the connection is made, the Microsoft Jet OLE DB
creates temporary files in the Temp folder in the following directory:
Document and Settings\ServerName\ASPNET\Local
settings
where
ServerName is the name of your server.
If the impersonated user account does not have read/write
permissions enabled in the Temp folder, you receive the error message that is mentioned in the "Symptoms" section.