Hi Admins. today i uploaded and set our web site on discountasp.net. I am having one issue. In the development maching i can view my CAPTCHA image. But when i uploaded it to the Web site. Then the image is not displaying. When i googled abt it, some posted saying "In IIS7.0, you need to add the Manage handler in "Handler mappings" for recaptcha. For the path "captchaimage.aspx" put the hanlder as "WebControlCaptcha.CaptchaImageHandler" and give any name you like. Press"OK" and you are done." How do i make the corrections ? pls help ..Don
WebCaptcha Handler is not working On my development machine my webcaptcha handler is working...but when testing on website hosted on DASP....it doesnt show the image...PLs help very urgent
Have you tried to add the mapping? You can do it using IIS 7 Manager: - How to connect to Windows 2008/IIS 7 using the Microsoft IIS 7.0 Manager - DASP Video: How to use the IIS7 Manager
this is my web.config <add verb="*" path="CaptchaImage.aspx" type="WebControlCaptcha.CaptchaImageHandler, WebControlCaptcha"/>
With IIS7 integrated mode, make sure you add the handler in the right section. Code: <configuration> <system.webServer> <handlers> <add name="CaptchaImage" verb="*" path="CaptchaImage.aspx" preCondition="integratedMode" type="WebControlCaptcha.CaptchaImageHandler, WebControlCaptcha"/> </handlers> </system.webServer> </configuration>
Moreover this is what it looks like when i view it with Httpwatch GET 404 text/html; charset=utf- /www.website.com/directory/CaptchaImage.aspx?guid=aa891b55-6c5b-4ce0-a8ce-b4722d82e309