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?
If you are using Windows Server 2008, you need to add permissions for the IIS User.
thanks for your reply. however i'm using Window server 2003
In Windows Server 2003 by default the correct is "NETWORK SERVICE". Here is our help topic about this:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Chart_Image_Deployment_in_WebChart.html
I'm not sure if you have changed the default iss users.
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.
Hi *** Boon,
Let me know if you have any questions with this matter.
NehaDeveloper Support EngineerInfragisticswww.infragistics.com/support
Thanks Neha,
Session based is working fine in the production now.
Is there anything i need to avoid when using "Session based"?
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 further questions with this matter.