Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Access Denied
posted

Hi,

 

I am getting access denied while trying to display webcharts on the webpage. I am using imagepipe.aspx, IIS6.0  and Windows 2003 server. Some times image is playing and sometimes it says access denied. Its working fine on my local machine and its not working on load balancing environment.

 Could someone help me.

 

Thanks

Sujan

  • 28496
    Offline posted

     it sounds like you are using InProc session state, which means all objects stored in the session are kept in the process memory.  since a load balanced environment has one process per machine, these are different memory spaces and session image deployment is not possible.  you need to set up an ASP.NET state server or SQL Server state management.

    http://forums.infragistics.com/forums/p/5477/27453.aspx#27453