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