Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Disable caching of images
posted

Hi,

The chart control seems to store cached images in a folder called ChartImages, is it possible to disable this, because having an images folder means the installer needs to make sure that folder is writable.

I'm just trying to make my web app as easy as possible to install.

Cheers
Victor

Parents
No Data
Reply
  • 45049
    Suggested Answer
    posted

    Victor,

    You can use session-based deployment instead.  For more information, please refer to the following article from our online help documentation of NetAdvantage for Web Client (ASP.NET) 2009 Volume 1:
    Image Deployment in WebChart

    There may be scenarios where session-based deployment may not be an option. For instance, if you're deploying to a web farm, and if you're not using ***ion server to ensure that all the computers on the farm share the same sessions, then session-based deployment won't work.

Children