I am trying to print PDFs from a web application without success. It is an ASP.Net site using ASP.Net version 2, running on a Windows 2003 service pack 2 system (NOT 2003 R2). I am using the "conventional" approach of launching Foxit Reader (most recent version) using the Process manager with a user that has rights to access the printers on the machine (not the network user that normally is associated with IIS). When I use the command window to print on the server (logged in via RDP) it works nicely. Launching it using the process manager from within the website is successful - I can see it in the task manager using 0% CPU cycles - but it does nothing and just exits when the WaitForExit() call times out. Can you make any suggestions as to what the issue might be? If needed I can post the actual printing code used.
Thanks in advance,
Frank Alviani
Thanks in advance,
Frank Alviani
Comment