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

401 from Telerik.Web.UI.WebResource.axd

0 Answers 160 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Lynne
Top achievements
Rank 1
Lynne asked on 13 Jul 2010, 05:22 AM
Just FYI, I was getting a 401 from my Captcha control (using SharePoint + IIS6) when it accesses the Telerik.Web.UI.WebResource.axd handler. This is because my SharePoint site is not anonymous at the top level, but only at specific sub-site levels.

Adding this to the Web.config file seemed to work:

<location path="Telerik.Web.UI.WebResource.axd">
    <system.web>
      <authorization>
        <allow users="*"/>       
      </authorization>      
    </system.web>
  </location>

No answers yet. Maybe you can help?

Tags
Captcha
Asked by
Lynne
Top achievements
Rank 1
Share this question
or