Application state variable works fine on web farm servers

I use application variables to store values โ€‹โ€‹and access it again. But my question here is when we use multiple servers (web farms). will there be any problem with access to the values โ€‹โ€‹or whether it is not worth storing the values โ€‹โ€‹in the application state variables when we move forward with several servers.

Thank you Prince

+5
source share
1 answer

No, the application status is not used by the web farm servers according to the documentation (see Scalability ).,

, , -, , -. , .

, .

-, <machineKey> .

:

-, , validationKey decryptionKey, . , .

MSDN :
http://msdn.microsoft.com/en-us/library/ff649308.aspx#paght000007_webfarmdeploymentconsiderations
http://msdn.microsoft.com/en-us/library/eb0zx8fc.aspx

+6

All Articles