Slowness in printing
I'm trying to print to a network printer from a windows service. The printing was very slow and it took more than 30 min to print. This problem is happening only when the windows service is running under "Local System Account". The printing is pretty much faster if I use network domain account.( Maximum it took 10 seconds to print in this case). Can someone help me to understand how service's log on user is affecting the printing to the network printer.
I use System.Drawing.Graphics.DrawString() method for printing. This method is taking taking time when the service is running with log on user as "Local System Account".