Không thể tải xuống tệp RDP ví dụ servicecall_webrole_IN_0 trong dịch vụ đám mây testingservicecall.Không thể tải xuống tệp RDP ví dụ abc_webrole_IN_0 trong dịch vụ đám mây testingservicecall
chi tiết:
The supplied cscfg file can not be parsed.
Got exception Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword.
biết thêm: sử dụng Windows Azure cho php MSSQL với zend.
ServiceConfiguration.cscfg
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true"/>
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="somename" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoSomeStringPassucansee" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="2013-12-31T23:59:59.0000000-07:00" />
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
gì để đưa vào AccountEncryptedPassword?
<Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoZIhv... " />
i m bằng cách sử dụng trình chỉnh sửa nhật thực.
bạn biết bạn nên ** thay đổi mật khẩu của mình ** càng sớm càng tốt và không bao giờ chia sẻ tài khoản 'AccountEncryptedPassword' agen – borrel