AppFabric Cache - An existing connection was forcibly closed by the remote host

后端 未结 3 1529
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-06 07:52

I\'m trying to get AppFabric cache up and running on my local development environment. I have Windows Server AppFabric Beta 2 Refresh installed, and the cache c

3条回答
  •  梦毁少年i
    2021-02-06 08:47

    I had a similar issue as well, and my problem was I had not given the proper permissions to the cache client. In order to quickly verify this is the issue I would grant the everyone account access to the cache. If this fixes the issue then look into limiting access to the appropriate account rather than everyone. This can done executing the following command via the "Caching Administrator Windows PowerShell", which is found in the Windows Server AppFabric start menu folder:

    Grant-CacheAllowedClientAccount everyone
    

提交回复
热议问题