Jump to content
Software FX Community

email2saga

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by email2saga

  1. Hi Geeks,,

    I use chartfx7  in my application using VS2005, i get weared results when displaying images.

    Please find my configurations:

    1. My application runs in  webfarm scenario.

    2. I have configured the aspstate db using (aspnet_regsql.exe).

    3. I changed the config file ( ChartFX.PSS.Service.exe.config) for webfarm conditions,

    This is in first machine 

    <appsettings>

    <add key="MemorySlidingTime" value="0:10:0"/>

    <add key="DiskSlidingTime" value="18:0:0"/>

    <add jey="TempPath" value"..."/>

    <add key="Machine1" value="ipaddress of machine1"/>

    <add key="Machine2" value="ipaddress of machine2"/>

    <add key="ThisMachine" value="1"/>

    </appsettings>

     For the second machine, the same config file except last key

    ..........<add key="ThisMachine" value="2"/>

    The exact problem is , the images are created in first server and when it loads it tries to load from second server, randomly it loads properly when the hit goes to first server. Do i miss some more configuration ?

     Some body please help me.  I have read many articles but the problem is yet to be solved.

     Expecting your reply......

     

    Thanks,

    email2saga

     

×
×
  • Create New...