Hello,
I'm using the ASP.NET Server Control (actual Build) on Windows Server 2012 R2. From time to time I have the problem, that the files zoom_pageinfo.zdat and zoom_pagedata.zdat are locked and cannot be overwritten by the Indexer. This leads to the message "Unable to open settings.zdat" because the version of these files doesn't correspondent to the other files.
If I try to delete them, I get the message that they are opened by the IIS worker process. I have to restart the W3SVC service. The website (anonymous authentification) is running under the identity of the .NET Application pool which has only Read access to the folder. The application pool itself is running with "ApplicationPoolIdentity".
Do you have an idea what is going wrong?
Best regards,
Frank
I'm using the ASP.NET Server Control (actual Build) on Windows Server 2012 R2. From time to time I have the problem, that the files zoom_pageinfo.zdat and zoom_pagedata.zdat are locked and cannot be overwritten by the Indexer. This leads to the message "Unable to open settings.zdat" because the version of these files doesn't correspondent to the other files.
If I try to delete them, I get the message that they are opened by the IIS worker process. I have to restart the W3SVC service. The website (anonymous authentification) is running under the identity of the .NET Application pool which has only Read access to the folder. The application pool itself is running with "ApplicationPoolIdentity".
Do you have an idea what is going wrong?
Best regards,
Frank
Comment