I have an ASP.NET MVC website on Azure using log4net file appender. I cannot download the log files with FileZilla because of the following error:
Response: 550 The process cannot access the file because it is being used by another process. Error: Critical file transfer error
Is there a setting on log or Azure that I can use the be able to download log files while the web application is running? I do not want to shut down web app or IIS because of that.