【发布时间】:2012-11-15 15:45:18
【问题描述】:
我们的网站在我的 web.config 中都像这样设置:
<dataCacheClients>
<dataCacheClient name="default">
<hosts>
<host name="mysite.cache.windows.net" cachePort="22233" />
</hosts>
<securityProperties mode="Message">
<messageSecurity
authorizationInfo="{key}">
</messageSecurity>
</securityProperties>
</dataCacheClient>
</dataCacheClients>
我想对此进行编辑,因此当我在笔记本电脑上进行开发时,我不会访问生产缓存,而是访问笔记本电脑上的缓存。
这对 Google 来说是一个难题(至少对我而言),因为“本地 Azure 缓存”会在 Web 角色上提供缓存。
【问题讨论】: