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

[Solved] Prometheus Chart in protected directory

1 Answer 132 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
NS
Top achievements
Rank 1
NS asked on 18 Oct 2007, 09:21 AM

Just wanted to share a scenario/solution.

If you use the Prometheus Chart in a protected subfolder in you web application. (protected by a web.config and roles enabled), you also have to allow the members to access chartimage.axd.

<location path="chartimage.axd">  
        <system.web> 
            <authorization> 
                <allow roles="K2WFVendorAdmin" /> 
            </authorization> 
        </system.web> 
</location> 

Otherwise you get prompted to enter your username and password.

Regards,
Nicolas

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 19 Oct 2007, 08:44 AM
Hello NS,

Thank you for the report. We will include this scenario in the documentation with the next update.

Greetings,
Ivo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (Obsolete)
Asked by
NS
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or