I use 6.0.0 feedback on my DNN website that use RadCaptcha with sound code. when i use it in localhost it works fine and i can replace other .wav files with default audio files. But when I install this module on the server, the module reads audio files from WebResource, and not from the address that I installed, and I can not replace this sound files.
even I delete these audio files from the RadCaptcha folder, this module reads audio files from webResource.
I use this code to use RadCaptcha:
<dnn:dnnCaptcha ID="ctlCaptcha" runat="server" EnableRefreshImage="True" Width="300px" CaptchaImage-AudioFilesPath="~/DesktopModules/Feedback/App_Data/RadCaptcha" />
My question is how can I replace my custom audio files in RadCapcha on a server other than localhost
source share