I use form authentication mode to verify users like:
<authenticati on mode="Forms">
<forms name="MyCookie" loginUrl="Login .aspx" defaultUrl="Hom e.aspx"
protection="Val idation">
and I want to use a CAPTCHA component form
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
<authenticati on mode="Forms">
<forms name="MyCookie" loginUrl="Login .aspx" defaultUrl="Hom e.aspx"
protection="Val idation">
and I want to use a CAPTCHA component form
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
Comment