0
tteoh created
Dear Support,
I would like to find out what's the proper way to clear ApplicationSettingCahce if AspNetZero application is running on mutiple IIS servers?
Thanks. /Tommy
4 Answer(s)
-
0
In multiple iis servers is for load balancing?
-
0
Yes. That's correct.
-
0
Maybe rabbitmq can help you with the communication needs between multiple servers. https://www.rabbitmq.com/tutorials/tutorial-three-dotnet.html
-
0
Hi @maliming, thanks for the suggestion. For now, the fastest option is to log on to each App Server and login to AspNetZero as localhost (bypass load balancer) and clear the cache manually. ;o)