Load balanced web farm environment

Last post 03-04-2014, 6:13 AM by MihaiB. 2 replies.
Sort Posts: Previous Next
  •  02-28-2014, 9:05 AM 80000

    Load balanced web farm environment

    Can be used in load balanced web farm environment ?

     

     

  •  03-03-2014, 8:08 AM 80006 in reply to 80000

    Re: Load balanced web farm environment

    Hi MihaiB,

    Yes, for load balancing environment, you need to set the TempDirectory to a a central location, then it will work. 

     

    Setting temporary file location in web.config


    Add an entry into the <appSettings> section of your application web.config file:


    <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/>

    In web farm environments, the Url that you specify must map to a central location, which is saved to by all servers in the farm. This can be done using a virtual directory that maps to a common shared folder on the network.


    <add key="CuteWebUI.AjaxUploader.TempDirectory" value="\\shareserver\temp"/>

     

    Regards,

     

    Ken 

  •  03-04-2014, 6:13 AM 80013 in reply to 80006

    Re: Load balanced web farm environment

    Wonderful !

     

     Thank you Ken

View as RSS news feed in XML