Hi all,
On a windows 10 PC, I have the following code that will load up a windows authenticated IIS page and successfully create the PDF.
However, the code doesn't work on a windows 2012 R2 IIS?
same authentication set on both IIS's using the same Active directory.
CodeQuote: EO.Pdf.Runtime.AddLicense(mykey)
EO.Pdf.HtmlToPdf.Options.PageSize = EO.Pdf.PdfPageSizes.A4;
EO.Pdf.HtmlToPdf.ConvertUrl(url, FullPath);
ErrorHTTP Error 401.2 - Unauthorized
You are not authorized to view this page due to invalid authentication headers.
any ideas?
Thanks
Dave