I am getting this exception thrown by the ABCpdf component: When deployed to POC server (Windows 2008, 32 bit, IIS7 32 bit, Windows Authentication), the component throws an exception when performing this operation: pdfDoc.AddImageUrl(uri);
Unable to render HTML. Unable to access URL.
COM error 80070005. Access is denied.
URL 'http://localhost:878/SimplePage.aspx'.
Same error, when replacing localhost with the actual IP:
Unable to render HTML. Unable to access URL.
COM error 80070005. Access is denied.
URL 'http://192.168.26.230:878/SimplePage.aspx'.
However, there is no problem generating PDF from any external uri, like http://www.google.com.
Access is denied to WHAT ???
IIS pool is running under Network Service account. But when I set it to run using Local System account, it works.