Access to the path 'C:\inetpub\Applications\..\TEMP\ExamineIndexes\..\InternalMember\Index\write.lock' is denied.
We have hosted the Umbraco website in a Windows Server 2019 Datacenter VM. There Access is denied for the Umbraco path "InternalMember\Index\write.lock" while browsing the website through IIS. Can anybody tell us the reason for this issue, any help is appreciated.
Access to the path 'C:\inetpub\Applications\..\TEMP\ExamineIndexes\..\InternalMember\Index\write.lock' is denied.
We have hosted the Umbraco website in a Windows Server 2019 Datacenter VM. There Access is denied for the Umbraco path "InternalMember\Index\write.lock" while browsing the website through IIS. Can anybody tell us the reason for this issue, any help is appreciated.
Check that application pool has write and delete permission to App_Data folder
Yes, it has full control permission still, the error is coming.
You can remove Temp folder (also do backup) and restart application, umbraco should create this folder on start (it can take some time for big site)
That worked! Thank you Yakov Lebski.
is working on a reply...