Jump to content
Software FX Community

Chart image generation problem..


divyesh29

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...