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

Using Progress Manager with Forms Authentication

3 Answers 89 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Julian Roberts
Top achievements
Rank 1
Julian Roberts asked on 13 Apr 2008, 10:23 AM
When  I use the  progreess manager outside of the admin folder, it works fine. The problems come when using it inside the admin folder. I get an alert box that lists an Ajax callback error and contains the contents of my 'access denied' page. I just can't figure out how to use the control with Forms Authentication. This same issue also affects the Spellchecker in RadEditor. Help!

 <location path="admin">
    <system.web>
      <authorization>
        <allow roles="Admin"/>
        <deny users="*"/>
      </authorization>
    </system.web>
  </location>
  <location path="Telerik.RadUploadProgressHandler.aspx">
    <system.web>
      <authorization>
        <allow roles="*"/>
        <allow users="*"/>
      </authorization>
    </system.web>
  </location>
 

3 Answers, 1 is accepted

Sort by
0
Julian Roberts
Top achievements
Rank 1
answered on 13 Apr 2008, 10:52 AM
OK, I've sussed this now. It's ashx not aspx for Promethesus. Also, I had some complex business rules that further authenticated requests, over and above the Forms Authentication.
0
Patrick Rivers
Top achievements
Rank 1
answered on 18 Apr 2008, 02:01 PM
If this last post is correct and the reference in the <location> section of the web.config should have the .ashx extension then the current online documents are incorrect as the .aspx extension is used in the

[Web.config] Allowing access when using Forms Authentication section.
0
Sophy
Telerik team
answered on 18 Apr 2008, 02:22 PM
Hi Joshua Laase,

Thank you for the feedback. We highly appreciate it.

In the Forms Authentication section for RadUpload in the online documentation of RadControls for ASP.NET AJAX the RadUploadProgressHandler should be registered with .ashx extension instead of with .aspx one. We will correct this mistake for the next update of the control.

All the best,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Upload (Obsolete)
Asked by
Julian Roberts
Top achievements
Rank 1
Answers by
Julian Roberts
Top achievements
Rank 1
Patrick Rivers
Top achievements
Rank 1
Sophy
Telerik team
Share this question
or