hi
I'm in the process of moving a site from a win2003 server to a win2008r2 server.
On my login page I'm using a RadCaptcha image that is now showing a broken link in stead of a captcha image (see src property in code snippet below).
I think it could be a write permissions issue, however, I'm unsure how/where to change what.
Any suggestions?
<telerik:RadCaptcha ID="CaptchaImage" runat="server" ErrorMessage="Entered code as displayed"
CaptchaTextBoxLabel="" />
in my web.config I have:
adding:
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
didn't solve the issue