asp.net - AppFabric Error when disable Security for sessionState Provider -
I am fully connected to this version 1.0.0.0 product.
I am using a domain environment but for specific use, I want to disable security to reduce the workload on the server when accessing the cache.
I have a group of web servers using SQL using a current session session, and it was thought that the role of appraffic should be rolled up and using the session state provider and speed up things The fast solution for this is currently an appographic host running on a separate server.
All servers are on the same domain.
I'm running AppFabric on this host using this mode
Set-CashClusterSecurity-Security Level Encrypted and Sign-SecureMobile Transport
Local App on Web Server The pool is using the network service service account, and I have given machine account permissions and they all work fine.
But then on the server I set it up
Set-CacheClusterSecurity- none of the security level -Security mode none
(closing and starting the cluster).
Then I get this error.
Error code: SubStatus: There is a temporary failure Please try again later (one or more specified cache servers are unavailable, which may be due to a busy network or server. Make sure that the cluster is granted security permissions for this client account and that all cache hosts The appfabric caching service is allowed through the firewall, try again later.)
I believe that the client (session state provider) Is set by default and does not have to set it too, but to change it, no doc can be found, or I can bark the wrong tree.
Any help would be appreciated.
Thank you,
JoL
Configure the client security setup in the config Data by adding a security property element under the DataCacheClient element
& lt; DataCacheClient & gt; & Lt; Host & gt; ... & lt; / Host & gt; & Lt; Security Properties Mode = "None" security Level = "none" /> & Lt; / DataCacheClient & gt;
There is a complete reference to the client configuration settings.
Comments
Post a Comment