Deployment Issue
Posted: Mon Nov 24, 2008 1:27 am
My app works perfectly on my development server but I'm having trouble deploying it to a Windows 2003 Web Server. The chart on my main page, a volume graph Webchart, often does NOT render. This seems to occur at random...sometimes the chart displays correctly, I get responses to series click events through ASP.NET AJAX Asynchpostback, etc...
Yet sometimes, even on int ital loading of the page, the chart does not appear or appears but without data. This NEVER happens on my development box when testing through visual studio. What could cause this?
The development system is running XP Pro, I'm using Visual Studio 2005, TeeChart .NET 3.5, AASP.NEt 2.0, ASP.NET AJAX including the toolkit, and IE 6.0.
Also, I'm using session for tmpChart and have AutopostBack set to true as I'm currently not using any add on tools for this chart – but I need to respond to user mouse clicks.
I've tried cache and httphandler in lieu of session but they didn't seem to work at all.
Any ideas? Could this be an IIS setup issue, security issue, timing issue, ... ???
Thanks,
rich
Yet sometimes, even on int ital loading of the page, the chart does not appear or appears but without data. This NEVER happens on my development box when testing through visual studio. What could cause this?
The development system is running XP Pro, I'm using Visual Studio 2005, TeeChart .NET 3.5, AASP.NEt 2.0, ASP.NET AJAX including the toolkit, and IE 6.0.
Also, I'm using session for tmpChart and have AutopostBack set to true as I'm currently not using any add on tools for this chart – but I need to respond to user mouse clicks.
I've tried cache and httphandler in lieu of session but they didn't seem to work at all.
Any ideas? Could this be an IIS setup issue, security issue, timing issue, ... ???
Thanks,
rich