Hi, I am using a web application to print some data to a printer. when I try to print it from my local I am able to print the result cuz the printer is connected to my local COM port... If I upload the same to window server and run I am not getting the print call. I believe it is because it is calling the server's COM port to locate the printer instead of calling the client COM?
Is there any way to use a web application and print to the printers which is connected to the Clients COM port?
Any suggestion/comments?
Thanks in advance.