keremdemirer wrote:Hello again,
We deploy the app with ms web deploy, with changed files only. We take app offline before deployment app_offline file, but not stop the IIS which is not possible in our setup.
Thanks
Kerem
Hi,
We use the same approach when uploading files on our demo sites and we never had such an issue.
We use the "ConditionsResources.en-us.xml" file to read the resources from it and upload it to the database. Right after we finish with the file, we dispose it so it should not be open after the operation is done. Actually, we do this for a lot of .xml files, there is no reason that the problem will be with this file only. Can you check if the files has the correct permissions ?
Is there a way to find out which process is locking the file? This may be helpful to identify the problem.
Looking forward to your reply!