How can asp.net access the internet printing on remote printer?

Asked By 0 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #164744

How can asp.net access the internet printing on remote printer?

qa-featured

 

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.

 

Related Questions