Getting The process cannot access the file NuCache.Content.db on PROD

We are getting The process cannot access the file C:\inetpub\wwwroot\web\App_Data\TEMP\NuCache\NuCache.Content.db on PROD suddenly we tried deleting those files from temp folder and many suggested things but no luck

We did IgnoreLocalDb to true but then it takes almost 10 min to load the site on server with localhost but never load from outisde of server.

Anyone have any idea how we resolve this quickly ?

1 Like

Hi @yogeshsharma1990, welcome to the new Forum!

Does the application have the correct permissions to read/write to the file?

This link from the docs might help:

File And Folder Permissions | Umbraco CMS

Edit: Good spot @AaronSadlerUK

Hey @JasonElkin - Yes we do have correct permissions of folder given in the links.

If you are using IIS disable the application pool overlapping.

If you are using Azure make sure you have followed the steps here:
Running Umbraco On Azure Web Apps | Umbraco CMS

Didn’t spot V8, use this documentation for v8 on Azure

Azure Web Apps, Fundamentals - Our Umbraco

1 Like