How to Create an HKLM entry in Azure Website

此生再无相见时 提交于 2019-12-02 06:05:43

You can't do this in Azure Web Sites.

if your application absolutely needs an access to Registry, you must target Azure Web Role (classic Cloud Service).

The following page states the common baseline OS functionality for all apps running on Azure App Service and includes a section on "Registry access": https://azure.microsoft.com/en-gb/documentation/articles/web-sites-available-operating-system-functionality/

Apps have read-only access to much of the registry of the host VM. However, no access whatsoever to the HKCU hive is supported and write-access to the registry is blocked (as at 26/01/2016).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!