Link to home
Start Free TrialLog in
Avatar of minglelinch
minglelinch

asked on

MSChart does not display after adding timeout in config file

MSChart graphy does not display after I added timeout in config file
<sessionState mode="InProc" cookieless="true" timeout="90"/>
If I remove the above line in the web.config, the graph display well.
The above happens on a test machine. While the application works fine on a local machine, no matter timeout is added or not.

I'm wondering how this is happening? Is it because of the mode setting?

I appreciate if anyoen can help on this.
Avatar of binaryevo
binaryevo
Flag of United States of America image

Post your code of how you are rendering the chart.  Also something else to make sure of is if you have this in your web.config file <add key="ChartImageHandler" value="storage=file;timeout=20;dir=c:\TempImageFiles\;"/>...
ASKER CERTIFIED SOLUTION
Avatar of minglelinch
minglelinch

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of minglelinch
minglelinch

ASKER

<sessionState timeout="90"/> resolved the problem. not sure why.