-1

My Charts in asp.net sometimes saved in C:\. Why that problem occurs? I did not write coding for exporting charts into anywhere.

icedwater
  • 4,701
  • 3
  • 35
  • 50

2 Answers2

0

Default path for the chart is pointed to directory c:

So try to change the default path.

bgs
  • 3,061
  • 7
  • 40
  • 58
0

Set the ImageStorageMode="UseImageLocation" ImageLocation="your prefered location" in the asp:chart control

Chenthil
  • 296
  • 4
  • 9