I tried to user Server-Side printing in my project (.Net Core 3.1).
I need to send different data to multiple printers at the same time.
everything works properly on localhost but when I publish my website on IIS it stops working.
Obviously this is a authentication Problem, but I cant find the solution.
I Added the impersonate section to my web config but that didnt work either.
what is the proper way to Connect to printer(s) in a published website?
2.1m questions
2.1m answers
60 comments
57.0k users