Im trying to print a generated pdf on my web app in c# asp.net. Im using iis. I need to print the file on a specific printemps over our network. The fact is that in my dev server environnement, in debug, everything works well. I use process.start(foxitreader exe, the file, and the printer)
But when i release the app, on the prod server ,no more printing. All i got is the process of the terminal and foxit reader showing in task manager, but that’ it.
My question is : is there a way to print my file with This configuration ?
I tried to launch the powershell command directly in terminal, it worked on Both server. I tried to launch a ..bat file directly that open the powershell script, it worked as well. But from the app, i still can’t figure how to make it work