Enable WebFarm Support
To enable multiple servers (WebFarm) support in WebFileUploader, please apply the following properties
to your application's web.config. Note that it should be applied to all web servers that run the application.
- <add key="ISNet.WebUI.WebFileUploader.ContextStorage" value="FileServer" />
- <add key="ISNet.WebUI.WebFileUploader.ContextStorageFileServer" value="path=\\storageserver\sharedpath" />