根据this MSDN article(在AppFabric缓存上运行Azure),我应该能够找到位于DistributedCacheService.exe.config
的{{1}}文件,但它并没有#39} ; t存在于任何实例上。
当远程访问其中一个实例并搜索配置时,我在\Windows\System32\AppFabric
中找到了几个与缓存相关的配置文件。
E:\plugins\Caching
文件看起来非常有前途(类似于CacheService.config.exe
),但DistributedCacheService .exe.config
未初始化:
dataCacheConfig
我需要确认在服务器端正确配置某些数据缓存设置才能解决a previous post of mine。
我的客户端<dataCacheConfig cacheHostName="">
<!-- Comment/uncomment below line to disable/enable file sink logging.
Also location attribute is not honored. It is just specified since its mandatory. -->
<!--<log logLevel="3" location="" />-->
<clusterConfig connectionString="" />
</dataCacheConfig>
看起来像这样:
web.config
在哪里可以在Azure角色内缓存(共置)中找到缓存主机配置文件?
答案 0 :(得分:0)
您在内部部署AppFabric缓存中配置的主机属性在InRole缓存中动态初始化。您可以在Program Files \ Microsoft SDKs \ Windows Azure.NET SDK \ v2.2 \ bin \ plugins \ Caching中查看Caching.csplugin,以查看缓存服务器的端点。