Knowledgebase
Captcha not showing in DotNEtNuke
Posted by on 22 August 2012 11:11 AM

Make Sure "Use Captcha" is enabled in Admin > Extensions page by editing the Default Authentication options.

If you are unable to see the captcha image after properly enabling Captcha for registration or for those modules which support it AND IF AND ONLY IF your site is running in an ASP.Net 4.0 application pool, you will need to make modifications to web.config to allow Captcha and the LinkClickHandler and other handlers to properly load:


1. Open web.config for editing.
2. Locate the <handlers> section.
3. Within the <handlers> section there are a number of <add nam =" . . ." . . . /> nodes.
4. On all of those which include the following attribute and value

preCondition="integratedMode,runtimeVersionv2.0"

change the value to

preCondition="integratedMode"

5. Re-save and if necessary re-upload the modified web.config file.

Solution Provided by:  William Severance

(1 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).