Hi
I have had to set the I have had to set the ImageStorageLocation attribute to session to allow the captcha image to be displayed when we deploy our application to the server.
Following on from this i had to change the following in the web.config and i would like to know if there are any known impacts to other telerik controls if changing this.
Changed From:
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />Changed To:
<add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResourceSession" verb="*" validate="false" />Kind Regards,
Jonathan
