Windows Azure: The certificate's private key could not be accessed.


<WebRole name="XYZ" vmsize="ExtraSmall" enableNativeCodeExecution="true">
    <Runtime executionContext="elevated"></Runtime>

The above is the fix for it. If you don;t want to do it, the below can also work:


<Certificates>
      <Certificate name="XYZ" permissionLevel="limitedOrElevated" storeLocation="LocalMachine" storeName="My" />
    </Certificates>

Comments

Popular posts from this blog

Tutorial: Using Google Cloud Storage from C# and .NET

Late 2008 Macbook only giving 1.5 gb/s speed with 6 gb/s Intel SSD?

Enable Visual Studio to use more than 2GB of memory