Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does the new asp:chart control need to be installed on the server or can it be used from the bin folder

  • I have installed the new asp:chart control on my machine and have built an app that uses it.

  • All is working well so far. Now I want to deploy my app in a hosted environment.

  • If my hosting provider doesn't have the asp:chart control installed can I get my app to work by putting the .dll in the bin folder?

    (I guess I am asking if it has to be found in the Gac)

like image 427
runxc1 Bret Ferrier Avatar asked Nov 25 '25 06:11

runxc1 Bret Ferrier


1 Answers

Apart from deploying the assembly to the bin folder, you also need to configure a folder with write permission to temporarily store the chart images.

In web.config under

<appSettings>
    <add key="ChartImageHandler" value="storage=file;timeout=20;dir=D:\TEMPDUMP\;"/>
    ...
like image 154
kay.herzam Avatar answered Nov 26 '25 19:11

kay.herzam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!