HI, I see you guys get this a lot but I couldn't find a recent one that had a similar circumstance - so here goes. I have a very simple website that I developed a registration page for that included radCaptcha. I then began implementing forms authentication and used a location tag in the web.config to make the register.aspx page and App_Themes directory available to anonymous users. All of that worked until I got to the bottom of the page and found that the captcha image was broken.
After doing some googling on the subject I saw a lot of references to this:
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Unfortunately VS2010 does not seem to know where Telerik.Web.UI.WebResource.axd is (I get the blue squigly from resharper telling me it can't be found). I have an entry in httHandlers and handlers groups for the axd. Kind of at a dead stop at the moment - I just got the latest subscription so I know I'm up to date and as noted at the start of this post it worked fine when I didn't the forms authentication implemented.
Thanx,
Eric
After doing some googling on the subject I saw a lot of references to this:
<location path="Telerik.Web.UI.WebResource.axd">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
Unfortunately VS2010 does not seem to know where Telerik.Web.UI.WebResource.axd is (I get the blue squigly from resharper telling me it can't be found). I have an entry in httHandlers and handlers groups for the axd. Kind of at a dead stop at the moment - I just got the latest subscription so I know I'm up to date and as noted at the start of this post it worked fine when I didn't the forms authentication implemented.
Thanx,
Eric