我在 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 角色上提供缓存。