PC Review


Reply
Thread Tools Rate Thread

CAPTCHA component

 
 
ad
Guest
Posts: n/a
 
      25th Feb 2008
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...haControl.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


 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      25th Feb 2008
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)


"ad" wrote:

> 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...haControl.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
>
>
>

 
Reply With Quote
 
ad
Guest
Posts: n/a
 
      25th Feb 2008
Thanks to your answer.
But how to make CaptchaControl.aspx anonymous access in web.config?


"bruce barker" <(E-Mail Removed)> ¼¶¼g©ó¶l¥ó·s»D:5CED3D6B-257F-4AA5-91F8-(E-Mail Removed)...
> 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)
>
>
> "ad" wrote:
>
>> 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...haControl.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
>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
captcha Tem Microsoft ASP .NET 5 2nd Feb 2011 12:11 PM
captcha ravi bushan Microsoft C# .NET 2 19th Oct 2008 10:09 AM
captcha dj001 Microsoft Frontpage 9 9th Aug 2008 02:06 PM
Need Help with CAPTCHA Bryan Microsoft Frontpage 5 12th Feb 2008 10:26 AM
captcha Tem Microsoft C# .NET 4 28th Jan 2008 02:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:51 PM.