Hi I dropped the WebCaptcha onto a page but cannot get it to respond or do anything in the Design view. I get "value does not fall within expected range" and it does not respond to make modifications. Sometimes it says it has a duplicate ID but I don't have a duplicate ID (I did a search to be sure).
It does work when I view in browser but I cannot find any documentation or samples how to code the Submit event so I can do something when they enter correct values.
Thanks, Jim
Hy!
I have the same issue (the first of these topic) using the WebCatcha in a User Control in a Folder under root Project, I found some information here: http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Web_WebCaptcha.html
The must important thing to show me again the WebCaptcha was the "httpHandlers" in my web.config, I change the path to a valid path and these show again the control at designer window
"httpHandlers" in my web.config, I change the path to a valid path and these show again the control at designer window
"
httpHandlers
" in my web.config, I change the path to a valid path and these show again the control at designer window
When I edit the web.config i change the initial httphandler with a "valid" path, but is no nesesary, just add a slash "/". When you return to the design window the control shows ok, but whe I run the project the image not show, I back to the editor and the control gone again, but run the project again and the image shows. I look into the web config and there is another httphandler line with the default handler. If I use these configuration I can see the image in the editor and running the project.
<httpHandlers> <add path="/WebCaptchaImage.axd" verb="GET,HEAD" type="Infragistics.Web.UI.EditorControls.CaptchaImageHandler" validate="true" /> <add path="WebCaptchaImage.axd" verb="GET,HEAD" type="Infragistics.Web.UI.EditorControls.CaptchaImageHandler" validate="true" /> </httpHandlers>
Hope these help
Sorry for my bad English
Hi Hristo,
I'm back at it trying again. And I still have the same problem. It won't display on the server.
I'm not sure how to configure the Application Pool. Do I need to do this even though I can find all the other Ifragistics dll's in'
C:\Program Files\Infragistics\NetAdvantage 2010.3\ASP.NET\ASP.NET\bin
Hi Jim,
probably this is because of the "Application pool" configuration in IIS. You will have to set it to: "Classic.NET AppPool" for CLR2 and 3.5 and "ASP.NET v4.0 Classic" for CLR4. Please try this and tell us what is the result.
I just deployed the WebCaptcha. It works fine on my local system but the image doesn't display on the server. I'm browsing the web to try to find a solution but have not found one yet. I saw some reference to copying the captcha.dll onto the server but so far I have not even found the captcha.dll.
I assume there is some easy solution if you know what it is. can you help?
I'm back from vacation.
I believe I have it working although there are a few minor issues.
For some strange reason the text on the Submit button is not there so I had to add Text="Submit" to <SubmitButton. When I delete it and add it again same thing happens. It most be something on my web page that I did but I don't know what. Also the SubmitButton displays to the right, centered in the control and not under the box to enter the text as in the sample.
Also, when I open the Smart Tag I only see Show Audio, Show Refresh, Show Submit, About and Add Extender. I don't get the option to use the presets that you get with other Infragistics controls althought I know there are 14 presets.
I have not deployed it yet to GoDaddy but I belive it will work ok since it works in test.
Do you have any thoughts why I'm having these issues. I'm not having them in the test application.
Jim