Hi,
I'm facing problem when deploy Web app. with ultrachart into production server.
GDI+ error occur when browsing page with Ultrachart.
I've already set full control permission on the ChartImages folder for Network Service & ASPNet user.
Is there anythign else i need to do?
Let me know if you have any further questions with this matter.
NehaDeveloper Support EngineerInfragisticswww.infragistics.com/support
Hi *** Boon,
As stated in the following document, please note if you are setting the session state to “InProc”, as this scenario will not work across muiltiple web servers.<http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Chart_Image_Deployment_in_WebChart.html>
Other than this you should be good.
Let me know if you have any questions with this matter.
Thanks Neha,
Session based is working fine in the production now.
Is there anything i need to avoid when using "Session based"?
Thanks for you reply.
I have check the permission setting and have granted permission on Network Service. However still not working in Production Server. But it's work fine in test server.
At the end, i have changed my approach to use Session-Based Deployment.