We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Captcha has no image in asp.net - Syncfusion

Hi,

I have added the captcha Control in my webpage. Also, I've added the following instruction in my "webconfig" file with my version of syncfusion controls, but the captcha image is not displayed. Do I need to do some other settings in my "webconfig" file? 

 

[Web.Config]

 <httpHandlers>

<add path="Captcha.axd" verb="*" type="Syncfusion.Web.UI.WebControls.Tools.CaptchaControl.ImageCaptchaHandler,Syncfusion.Tools.Web, Version=X.X.X.X, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />

</httpHandlers>

 

Thank you!

Jimmy M.



Attachment: ImageCaptcha_16435286.rar

1 Reply

ES Ezhil S Syncfusion Team March 27, 2014 07:41 AM UTC

Hi Jimmy,

Thank you for using Syncfusion products.

After adding captcha control in web page and <httpHandlers> in webconfig file, the captcha image displayed on the page. Please check with the sample attached. If the page is deployed from IIS server, then you have to add <handlers> with corresponding version to <system.webServer> also.  If still the issue persists, could you please share the defect sample? So that we could provide you a better solution. Please refer the following code snippet.

<code>

[webconfig]

<system.web>

    <httpHandlers>

      <add path="Captcha.axd" verb="*" type="Syncfusion.Web.UI.WebControls.Tools.CaptchaControl.ImageCaptchaHandler,Syncfusion.Tools.Web, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />

    </httpHandlers>

</system.web>

<system.webServer>

          <handlers>

<add name="Syncfusion_Captcha" path="Captcha.axd" verb="*" type="Syncfusion.Web.UI.WebControls.Tools.CaptchaControl.ImageCaptchaHandler,Syncfusion.Tools.Web, Version=11.4400.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />

          </handlers>

</system.webServer>

</code>

Please download the sample from the following link:

CaptchaIIS_120335.zip

Kindly let us know if you require further assistance on this.

Regards,

Ezhil.S


Loader.
Live Chat Icon For mobile
Up arrow icon