Reputation: 135
So I have an asp.net 5 MVC 6 application on a windows 2012 R2 and in my code, I send a print request to a Zebra KR403 receipt printer, which works when the application is run locally from my visual studio debugging sessions, but when I run the application from the server, it doesn't recognize the printer and therefore does not send the print request. I turned off the firewalls on the client computer and allowed printer sharing and I am still not able to get it to print.
Upvotes: 0
Views: 354