Posted 18 June 2020, 2:16 am EST - Updated 30 September 2022, 5:08 pm EST
Good day.
I have an MVC web application …
I use the instruction “PrintExtension.Print (rpt.Document, false, false);” to print directly.
- In a production environment in which the printer is physically connected to the computer that has the IIS, the report prints correctly.
- In a production environment within a workgroup where the IIS server is on one computer and the printer is on another computer, the report is not printed.
In this second scenario what I do share the printer where it is physically connected and on the other hand on the IIS server I install that printer taking the one from the client computer, I also select as default this printer on the server.
I do this because the application detects the connected printers on the server and not on the client.
But because it is a remote printer does not print.
Any possible solution?
attached image of the remote printer registered in the IIS server