currently I don't seem to be able to get the captcha audio from an IIS7 deployed website, when debugging locally on my machine there is no problem. Do you have any suggestions?
Thanks
R
2 Answers, 1 is accepted
0
Fiko
Telerik team
answered on 11 Aug 2010, 01:13 PM
Hi Richard,
Could you please make sure that the App_Data\RadCaptcha directory already exists and contains all that there is an audio file for every possible character that might appear in the TextCode. If you have RadControls installed on your computer then you can get the RadCaptcha folder from the ASP.NET Examples (C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX <VERSION>\Live Demos\App_Data), .
I hope this helps.
All the best,
Fiko
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
I had the same issue and your solution worked for me as well. Thanks!
In my case this occurred because I'm using source code control. Since the folder and files wasn't in my "working directory" it wasn't getting stored in my source code repository, so when I deployed my code these files didn't come with it.