Joey_vbulletin3_import30063
New Member
I have one problem with Captcha image. Its not displaying properly in my aspx page.I added dll and xml required. Also, I registered it in my aspx page.\[code\]<%@ Register Assembly="MSCaptcha" Namespace="MSCaptcha" TagPrefix="cc1" %> \[/code\]Also, I added it in my web.config file...where might be the problem? please help... When I right click n see view image am getting 404 error..In my web.cofig file I added like this as follows\[code\]<httpHandlers> <add verb="GET" path="CaptchaImage.axd" type="MSCaptcha.CaptchaImageHandler, MSCaptcha" /></httpHandlers>\[/code\]Version of my dll is 1.0.2832.11804 please reply soon