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

RadCaptcha Image not showing

1 Answer 315 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Aric
Top achievements
Rank 1
Aric asked on 06 Aug 2015, 03:05 PM

Hi,

We have a asp.net project where I put a RadCaptcha on an ASP.NET page (using VS2013).

We have the latest version of ASP.NET tools installed.

When trying to run the application where the web is located, the RadCaptcha image is not showing up.

The web.config has the following items:

Under System.Web

<httpHandlers>
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>
</httpHandlers>

Under System.WebServer

<handlers>
<remove name="Telerik_Web_UI_WebResource_axd"/>
<add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode"/>
</handlers>

 

Thanks.

1 Answer, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 11 Aug 2015, 08:12 AM
Hello Aric,

The issue you are experiencing looks very similar to the problem, described in this forum thread.
Could you please try to configure RadCaptcha to store the captcha image in the session as it is described in the following help article:

http://docs.telerik.com/devtools/aspnet-ajax/controls/captcha/troubleshooting/using-webfarm-or-webgarden-environment#using-webfarm-or-webgarden-environment


Best Regards,
Misho
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Captcha
Asked by
Aric
Top achievements
Rank 1
Answers by
Misho
Telerik team
Share this question
or