This is a migrated thread and some comments may be shown as answers.

Captcha not showing image

1 Answer 257 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
safeer
Top achievements
Rank 1
safeer asked on 28 Oct 2010, 05:10 PM
Hi, I am using rad controls for asp.net ajax 3.5 and trying to implement captcha on  login page but it's not showing me image.
Here is my code
     <telerik:RadCaptcha ID="recaptcha" Runat="server">
                   </telerik:RadCaptcha>

     <telerik:RadCaptcha ID="recaptcha" Runat="server">
                   </telerik:RadCaptcha>
<telerik:RadCaptcha ID="recaptcha" Runat="server" />


I used Fiddler to debug it and found Telerik.Web.UI.WebResource.axd?type=rca&guid=d0e22fea-8a18-473b-b726-240bdbde0f6b is missing so I think there is some setting in web.config that is missing..

Please help me.

Thanks

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 02 Nov 2010, 02:03 PM
Hello Safeer,

The following article from our online documentation shows how to create a simple page with RadCaptcha: http://www.telerik.com/help/aspnet-ajax/captcha_getting_started.html.

I suppose the problem is caused by the fact that the httpHandler that serves the captcha image is not registered in the web.config.

Regards,
Pero
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
Tags
Captcha
Asked by
safeer
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or