This is a migrated thread and some comments may be shown as answers.

Install RadCaptcha in IIS 6.0

1 Answer 87 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Salvador
Top achievements
Rank 1
Salvador asked on 23 Apr 2010, 09:29 PM
Hi

I see in severals posts how to configure RadCaptcha in IIS 7.0 adding the next lines to the web.config.

<httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd"type="Telerik.Web.UI.WebResourceSession" verb="*" validate="false" />
</httpHandlers>
    
<handlers>
     <add name="Telerik_Web_UI_WebResource_axd" verb="*"preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd"type="Telerik.Web.UI.WebResourceSession" />
</handlers>

I had IIS 6.0 and the reserved word <handlers> doesn´t exist, so, what lines I need to add to the web.config?

Thanks




1 Answer, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 28 Apr 2010, 08:57 AM
Hi Salvador,

For IIS 6.0, and IIS 7.0 running in Classic mode, you only need to register the httpHandler for the CaptchaImage in the <httpHandlers/> region.

I believe this article will help you understand the difference: http://msdn.microsoft.com/en-us/library/46c5ddfy.aspx


Regards,
Pero
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Captcha
Asked by
Salvador
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or