Hi,
I have put in the WebCaptcha control on my application and so far I did not face any problems on the development site. But somehow or what had been missing? The WebCaptcha Image did not show on my default page after being published on the remote web site. Can someone help me on this issue?
Sample output:
Hello Ken,
Would you verify that you have the following lines of code in your web config?
<httpHandlers>
<add path="WebCaptchaImage.axd" verb="GET,HEAD" type="Infragistics.Web.UI.EditorControls.CaptchaImageHandler"
validate="true" />
</httpHandlers>
If you have this, and you still don’t see the image then this issue might be related to the “Applciation pool” configuration in IIS. For CLR2 and 35, the application pool should be set to “Classic .NET AppPool” in Basic Settings of the Application in IIS (take a look at the attached image). When using CLR4 the application pool should be “ASP.NET v4.0 Classic”.
Hope this helps.
Regards,
Lyuba Petrova
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi there, I need my application to run in integrated mode. How come webcapcha can't run in this mode with CRL4? Any suggestions or workarounds please?
Thanks,
Jamie Attwood
Hi Lyuba,
You have just saved me hours of works trying to figure out what’s gone wrong and you are right; it was the Application pool configuration. I set it to “Classic .NET AppPool” and problem resolved.
Thanks Lyuba.
Ken Phan
(K&K Technologys Sdn Bhd)