On my website I play music using HTML5 audio.
I have a problem: if the music is currently playing, I cannot publish via FTP.
When I publish, in visual studio I check the ability to delete all files first.
I understand why the publication fails. The file is in use (it is streaming) and it cannot delete it!
I appreciate that this is not a coding problem, but it concerns me as a developer, and I suspect other developers.
I have a problem: I can’t publish if no one is streaming media while I am trying to publish. This is a crazy position.
My question is: how to publish my site?
source
share