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

ImageStorageLocation Attribute

1 Answer 86 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 02 Mar 2011, 03:37 PM
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

1 Answer, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 03 Mar 2011, 02:57 PM
Hi Jonathan,

No, there are not any known issues with other RadControls using the Telerik.Web.UI.WebResourceSession handler. In fact Telerik.Web.UI.WebResourceSession inherits from Telerik.Web.UI.WebResource, plus implements the System.Web.SessionState.IRequiresSessionState interface.
So, you should go ahead and configure the Captcha to store its image in the Session.

All the best,
Pero
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Captcha
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or