Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing within ASP/IIS

Status
Not open for further replies.

PoppapumpJ

Programmer
Dec 17, 2001
86
US
I have a VB DLL that generates different prints. Basically, you pass a property of what printer you want it sent to, then call the method of what you want printed. The report then comes out on that printer.

This works fine from a VB application. However, when I use the same code in ASP/IIS, it returns an error message.

Is it even possible to access the Printer object from a DLL that is invoked from ASP?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top