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