Base solution for your next web application
Open Closed

How to clear ApplicationSettingCahce on multiple servers? #6292


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    In multiple iis servers is for load balancing?

  • User Avatar
    0
    tteoh created

    Yes. That's correct.

  • User Avatar
    0
    maliming created
    Support Team

    Maybe rabbitmq can help you with the communication needs between multiple servers. https://www.rabbitmq.com/tutorials/tutorial-three-dotnet.html

  • User Avatar
    0
    tteoh created

    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)