Jump to content
Software FX Community

Help needed: Chart Images not displaying Full Path


mikelu

Recommended Posts

 Hi,

I wanted ChartFx for .Net 6.2 to display the complete path/URL upon generation of the <IMG> tags. I figured I should change the ChartFx.Internet.config to include the  "RequiredRoot" element. Having done so, I restarted the IIS application pool (actually several times) but changes are not taking effect.I'm using IIS 6.0 / .Net 2.0. Would appreciate if someone could help me out.

 Here's what I have in my ChartFx.Internet.config file:

 <CfxIESettings>   <Relative>/ChartFX62/Temp</Relative>   <RequiredRoot>http://ourdomain.com</RequiredRoot></CfxIESettings>

  the image tags come out as:

<IMG SRC="/chartfx62/temp/CFT1008_01551116085.png" WIDTH="950" HEIGHT="300" >

 

Thanks!

 

Link to comment
Share on other sites

Just tested and it works for me:

<CfxIESettings>

    <Relative>/ChartFX62/Temp</Relative>

    <RequiredRoot>http://localhost</RequiredRoot>

</CfxIESettings>

 

Gives me the tag:

<IMG src="http://localhost/ChartFX62/Temp/CFT1008_10565728629.png"  WIDTH="300" HEIGHT="300" />

What version of dlls are you using? Where do you keep the  ChartFx.Internet.config file?

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...