Groups | Blog | Home
all groups > asp.net > february 2008 >

asp.net : CAPTCHA component


bruce barker
2/25/2008 8:11:13 AM
your CaptchaControl.aspx page need anonymous access (no security) or it can
not be displayed until the user has logged in (will just redirect to the
login page)

-- bruce (sqlwork.com)


[quoted text, click to view]
ad
2/25/2008 9:39:54 PM
I use form authentication mode to verify users like:
<authentication mode="Forms">
<forms name="MyCookie" loginUrl="Login.aspx" defaultUrl="Home.aspx"
protection="Validation">

and I want to use a CAPTCHA component form
http://www.codeproject.com/KB/custom-controls/CaptchaControl.aspx

But I find this component can't display the image in the login.aspx, but it
can display well in other pages like home.apsx ...

What's the problem?

I must use the CAPTCHA component in login.aspx

ad
2/26/2008 4:25:46 AM
Thanks to your answer.
But how to make CaptchaControl.aspx anonymous access in web.config?


"bruce barker" <brucebarker@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:5CED3D6B-257F-4AA5-91F8-7A2ADFC1C9D1@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button