Accessing printers via ASP.NET

Bogdan86

New Member
I am trying to use System.Drawing.Printing to print from a web page. System.Drawing.Printing.PrinterSettings.InstalledP rinters.Count is returning 0, indicating that no printers are installed for the user the .NET framework/IIS is running under. How would i go about adding printers to whatever user that is? (windows2000 server) Is there a better way to go about printing?<BR><BR>Thanks!<BR><BR>--Adam
 
Back
Top