Sun. Mar 29th, 2026

capcha

Web-config setting Put Below System.webserver <system.webServer> <modules runAllManagedModulesForAllRequests=”true”/> <handlers> <add name=”MSCaptcha” verb=”GET” path=”CaptchaImage.axd” type=”MSCaptcha.CaptchaImageHandler, MSCaptcha”/> </handlers> </system.webServer> Put in http handler in system.web <httpHandlers> <add verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler,... Read More