I have a web App that is not working properly when deployed to IIS. The code that I am using is as follows:
crReportDocument.PrintToPrinter(1, True, 0, 0).
This code works in design mode with visual studio on the server, however when deployed on the same machine to IIS it does not work.
I am wondering how to correct this issue?
Your prompt response to this would be greatly appreciated.