divyesh29 Posted March 4, 2009 Report Share Posted March 4, 2009 hi, i am using ChartFX-7 to generate charts. the technology i am using is .Net 2005. till the point project was not published on IIS server the chart image was generated under project folder with the sub folder chartfx70/temp, but when i published the project on IIS server, the chart image was generated under Temporary Internet Files. Now, my problem is when i use authentication mode= "Forms" in web config the chart image is not being generated. i think it is because "Forms" authentication mode restricts the access to Temporary Internet File. so, is there any way to generate chart image elsewhere ? or is there any configuration setting by which access to Temporary Internet Files is possible using authentication mode="Forms"???? pls reply as soon as possible!!!! Thanks, Regards, Divyesh Maniyar Mcube. Quote Link to comment Share on other sites More sharing options...
TomasT Posted March 4, 2009 Report Share Posted March 4, 2009 Divyesh, The Program Files folder is a client side location for the storage of items downloaded by the browser. In other words, that's where the browser stores the chart images once they have been been retrieved by your browser, but it is not where the server is saving the images. In your case, you see the images there because your are browsing the page in the same machine where you are hosting the application. When you host the application in IIS, Chart FX will use a special service called PSS in order to handle the creation of temporary files, thus eliminating the need of manually removing files from disk. Now, since the PSS service's handlers run in a separate web app, you will have problems when using forms authentication. The following article will provide instructions on what to do to resolve the issue: http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxNet70&Source=http://support.softwarefx.com/kb/762/1/009.htm Hope this helps. TT Quote Link to comment Share on other sites More sharing options...
divyesh29 Posted March 5, 2009 Author Report Share Posted March 5, 2009 Hi TT, thanks for reply. i got the solution from that artical. thanks for this great help!!!! Regards, Divyesh Mcube Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.