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

Captcha Image: image path problem with Virtual Directory website

1 Answer 99 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Alexandre Gosselin
Top achievements
Rank 1
Alexandre Gosselin asked on 25 Feb 2010, 08:37 PM

Hi,

When I attempt to use the CAPTCHA control with Virtual Directory website, the captcha image path is not ok and the image is not displayed. I don't have the same problem when I create a regular IIS website (using the same home directory...).

I registered the httpHandler in my web.config as follows:

<httpHandlers>
   <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" 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.WebResource" />

</handlers>

Any suggestions?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 02 Mar 2010, 01:30 PM
Hello Alexandre,

Can you please provide a sample project and detailed steps to follow so the problem can be reproduced locally? I created an IIS website and to the same website I added Virtual Directory website. Everything worked without a problem. Here is video demonstrating this: http://www.screencast.com/users/metalmkd/folders/Jing/media/0bc780a8-e687-48d7-8656-052b336a3212

I have attached the test project and the virtual directory contents to the thread.

Best wishes,
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
Alexandre Gosselin
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or