Captcha image not displaying correctly
IC Development
The captcha image is not being displayed correctly may be caused by
application pool configuration.
If you are using II7 with
Integrated Pipeline application pool, you must
have this line in
web.config, under <system.webServer> - <handlers> tag:
<add
name="MSCaptcha" verb="GET" path="CaptchaImage.axd"
type="MSCaptcha.CaptchaImageHandler,
MSCaptcha"/>
If you are using IIS6 and below or IIS7 with
classic pipeline application
pool, please delete the line from
web.config.