On my website, I play music using HTML5 audio
.
The issue I have is, if the music is currently playing, I can't publish via FTP.
When I publish, in visual studio, I check the option to delete all the files first.
I understand why the publish fails. The file is in use (it's streaming) and it can't delete it!
I appreciate this isn't a coding issue per-se, but, it's relevant to me as a developer and I suspect other devs.
The issue I have is I can't publish unless no one is streaming media at the time I try to publish. This is an insane position to be in.
My question is how do I publish my site?