I am developing a print engine in an ActiveX dll that will be instantiated in an asp page. This print engine needs to loop through the Printers collection of the web server, and print to a printer specified by the user. There will be a predefined list of printers for the user to choose from that are accessible by the server. I'm not trying to have the server print to a client's printer. All the printers are accessible by the server itself.
The print engine works fine as a stand alone application, but when used as an ActiveX dll through an asp page, the printers collection is empty.
It seems that a service can not get access to the Printers on the Win 2000 server. Does anybody have any suggestions?
PLEASE HELP!!!
Thanks!
The print engine works fine as a stand alone application, but when used as an ActiveX dll through an asp page, the printers collection is empty.
It seems that a service can not get access to the Printers on the Win 2000 server. Does anybody have any suggestions?
PLEASE HELP!!!
Thanks!