Page 1 of 1

Problem with printing on IIS

Posted: Mon Feb 13, 2012 11:49 am
by mhl
We're using novaPdf in our WPF project to generate PDF files from flowdocuments. PDF needs to be generated on the "backend". I have a method, which creates PDF file (it's running on IIS) and returns this file as byte array to the calling method (to frontend - client). Problem is that call to the backend method never ends and a calling method can wait forever.
It seems like file cannot be created due to access rights on IIS or something like that. Can someone help me with this?

Re: Problem with printing on IIS

Posted: Tue Feb 14, 2012 7:16 am
by Claudiu (Softland)
Hello,

Please read this article for more information : http://www.novapdf.com/kb/asp-net-pdf-g ... e-311.html and in particular the Note for it.

Thank you.