Our application is deployed in a cluster environment,we have five servers(nodes) to serve the appliation.
And the datasource is not database but share file system in windows. We have two file servers.
We config the required file/folder shared name in the web.config in each node.
This is the structure.
As shown,now we only support single file server. And we have a copy for all the data in another server,how to use both of them?
I wonder if there is any proxy like nginx in http ( distributing request to different backend)? We config the proxy share directory in each web.config:
\\proxy\data
Then the proxy
will redirect the request to different file server
.
And solution?