gpt4 book ai didi

asp.net - Azure 网站中的机器 key (不是 Web 角色)

转载 作者:行者123 更新时间:2023-12-03 01:11:46 25 4
gpt4 key购买 nike

如何在 Azure 网站中设置计算 secret 钥?我有一个使用同一个网络应用程序包含数十万个子域的解决方案。我想将应用程序的部分内容移动到繁忙子域上的 Azure,但没有找到针对“网站”执行此操作的方法,但我确实看到了 WebRole 的一些内容,但我不喜欢 WebRoles。

最佳答案

如果您的目标是使用 Windows Azure 网站设置计算 secret 钥,您可以在站点的 web.config 文件中设置该元素。

<configuration>
<system.web>
<machineKey
decryptionKey="Key_Decryption,IsolateApps"
validationKey="Key_Validation,IsolateApps"
/>
</system.web>
</configuration>

此外,如果您在多个实例中使用 inproc session 状态,最好的选择是使用 Windows Azure Shared Cache存储 session 特定数据。

关于asp.net - Azure 网站中的机器 key (不是 Web 角色),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15931565/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com