Application variable across load balanced servers (ASP.Net)
问题 We have a website that runs on two load balanced servers. We used the ASP.Net Application variable to make application state "online/ offline", or for some important messages across the application, So when i try update a application variable its available on one server but not on other. How i can manage a application variable across load balanced servers. What may I use? Of course keeping it as simple as possible. 回答1: Are you using sticky sessions? How often does the data change? Is