The ASPNET worker process doesn’t have the correct permissions to connect to or write to the Access database.
Either enable impersonation for users or configure the ASP.NET worker process to run under the SYSTEM account. You can also grant read and write permissions for the ‘Everyone’ group on the database and the database folder.
For more details refer
- PRB: Cannot connect to Access database from ASP.NET
- Process and request identity in ASP.NET
Share with