So lovely to see all of u again here. Here I am with loads of problems everyday. Please Help.
I am doing some charting in asp.net 4 (visual studio 2010). One of the properties of Chart is ImageStorageMode. There are two option- UseHttpHandler or UseImageLocation.
I am also using PDF convertion plugin called EVOPDF. And that needs me to use UseImageLocation as the ImageStorageMode properties.
But by the server administrator at my company, I am not allowed to write anything to the server(including application directory). So I have to use UseHttpHandler or ChartControl won't work on the server. It works on my local machine though.
But EVOPDF won't work if I choose UseHttpHandler as the property.
has anyone faced with this problem before. Any suggestion? Thanks so much.