Developer forum

Forum » Development » CAPTCHA server control issue

CAPTCHA server control issue

Dmitrij Jazel
Reply

Hi everyone,

I have a situation here, I am trying to use this CAPTCHA here: http://kirsanov.net/page/ASPNET-CAPTCHA.aspx

How I wanted to included it:

1) I made a user control that includes this server control.

2) Added CAPTCHA dll and user control to bin folder.

3) Added needed change to web.config:

<handlers>
... other handlers ...
<add name="MSCaptcha.captchaImageHandler" verb="GET" path="CaptchaImage.axd" type="MSCaptcha.captchaImageHandler, MSCaptcha" resourceType="Unspecified" />
</handlers>

 

I managed to get it up and running on my Localhost through the same user control I created

The same user control I am trying to use on DW site via "@LoadControl()"

As a result, this CAPTCHA is generated, and form works, but image is not shown.

http://screencast.com/t/rRHfq0TRLcyw

 

Some help would be greatly appreciated :-)

//Dmitrij

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Replies

 

You must be logged in to post in the forum