我有一个 Windows azure 项目的源代码。如果我取消注释以下行,则解决方案中的 Web 项目可以正常工作:
<!-- add key="MongoDB.ConnectionString" value="mongodb://nameofx.cloudapp.net:27293" / -->
我为 windows azure 注册了一个新的试用帐户,现在我想将云服务部署到我的新帐户。我必须更新服务配置的哪些部分以及在 Windows azure 门户 ( https://manage.windowsazure.com/ )中我必须做什么?
这是我的解决方案的云项目的屏幕截图。
在管理面板中创建云服务并尝试上传我的包后,我收到以下错误:
未找到指纹为 919691b3c381b92cc314c316ffcc12903967673e 的证书。
这是配置的证书部分:
<Certificates>
<Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="919691B3C381B92CC314C316FFCC12903967673E" thumbprintAlgorithm="sha1" />
<Certificate name="Test.InvestorAccountEncryption" thumbprint="6053B67BC5BECEFE4E2090B1C86F592D4358B3A2" thumbprintAlgorithm="sha1" />
<Certificate name="test.aaa.com" thumbprint="C3B019A7C220CF155C1275E7F3209A94378E2384" thumbprintAlgorithm="sha1" />
<Certificate name="Test" thumbprint="673398470B32371B06116F7A0B06046EDAC2BF57" thumbprintAlgorithm="sha1" />
</Certificates>
提前致谢,