It is estimated that an image is worth 1000 words, so let's see if this can shorten this post a bit ... In essence, I’m learning how to encode a solution that runs on a web server within the cloud that sends a print command to the printer inside office 1 (label printer).
The print job is indeed part of the workflow in an ASP.NET web application, and I would like to keep all the code in a single application, if possible. How can i do this?
For security reasons, I should avoid creating a new application in Office 1 that retrieves data from the cloud and uses the cloud to push the command down. I really look at this in terms of code in an ASP.NET application, as well as potentially switching to another serverfault / superuser question on a printer. However, I will keep this for future reference.

source
share