Hi there,

The default behaviour for IIS's internet/web printing (via the
msw3prt.dll ISAPI filter) seems to that all local shared printers are
accessed via http://server/printers/{share-name}/.printer

I'm interested though if it's possible to configure this, so that some
printers appear under one subdirectory, and others under another. E.g.
I might have four local printers shared as "AcctLaser", "AcctFax",
"SalesLaser" and "SalesFax". I would like these to be accessed via
http://server/accounting/laser/.printer,
http://server/accounting/fax/.printer,
http://server/sales/laser/.printer and http://server/sales/fax/.printer
respectively.

I've tried the obvious route of creating a virtual directory with a
different name that is otherwise identical to the "Printers" virtual
directory, but while this enables me to browse the list of available
printers, it won't allow me to connect to the printers via an Internet
Port.

I also tried configuring the new virtual directory to redirect back to
"printers", but this was no better.

Any advice or suggestions welcome!