【发布时间】:2016-07-14 13:32:11
【问题描述】:
我正在尝试将 ABCpdf .NET 与 Azure 应用服务一起使用,并在生成 PDF 时收到以下错误。
Unable to render HTML. Failed to configure IE 9 or above for the MSHtml engine:
Access denied while writing to the registry.
For IIS applications, please enable "Load User Profile" or
consult MSHtmlBootstrap in the documentation.
通常在 VM 中,我会将 Load User Profile 设置为 True,它可以工作,但在 Azure 应用服务中,我无权访问 IIS 应用程序池配置。
根据 ABCpdf 的开发者的说法,它应该适用于 Azure 网站。
http://www.websupergoo.com/support-azure-abcpdf.htm
Windows Azure 网站
WAWS 站点在多租户环境中作为 32 位进程运行。为了将一个站点与另一个站点隔离,WAWS 被锁定以防止进程间通信。虽然您可能会发现 ABCpdf(32 位)会安装到 WAWS,但我们预计功能会减少。
【问题讨论】:
标签: azure azure-web-app-service abcpdf