Hello,
I have a printer connected to a remote network. How can asp.net access the internet printing on that printer by providing the print command from some other network?Â
Hope someone would give me a solution.
How can asp.net access the internet printing on remote printer?
Â
Asp.net applications offer very little rights to the user which don't include printing on a remote printer.
I suggest two solutions to that problem:
1) Â Use impersonating by writing a piece of code in the web configuration file to give permission to the user to use the printer.
2) Â A possible solution is to add the printer as a local printer on the server but its port will be the IP address that maps to the remote printer.
Â