ABCpdf .NET with Azure App Service

百般思念 提交于 2019-11-29 05:15:34

You cannot modify the registry with Azure Web Apps (formerly Web Sites). So, you're getting an error because the app cannot register itself. Being a multi-tenant service, you are not allowed to make registry modifications.

You need to go back and look at that page again, where they suggest using a VM or a web/worker role (both of which do allow for registry modification).

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