I'm building an ASP.NET application where it prints some tags with a barcodes, the printers will be installed into local PCs and will be shared in the server where the application is hosted.
So my issue is related to the domain name, because the domain name where the printers are installed is different to the domain name where the server is. I tried to print from the local application and it prints correctly but when I try to print from the web, the following error is shown:
The RPC server is unavailable
I think it's a security issue, I tried to supplant the user that runs the application but even so the application does not works.