emblewembl
Programmer
My site enables a user to print various reports - I have defined the printer to use in the web.config file as follows:
<configSections>
<section name="MyAppSettings"
type="System.Configuration.NameValueFileSectionHandler,
System, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" />
</configSections>
<MyAppSettings>
<add key="sysPrinter" value="\\PROJSQLSERV\HPLaserJSQL" />
</MyAppSettings>
My PC is the one that the asp.net pages reside on and I can print fine. The printer is on another machine on the network.
The problem is that we cannot print from any other machine - not even the one that the printer is connected to. The message I get is:
"Tried to access printer '\\PROJSQLSERV\HPLaserJSQL' with invalid settings"
DOes anyone know why this is happening??
Thanks!
i love chocolate
<configSections>
<section name="MyAppSettings"
type="System.Configuration.NameValueFileSectionHandler,
System, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089" />
</configSections>
<MyAppSettings>
<add key="sysPrinter" value="\\PROJSQLSERV\HPLaserJSQL" />
</MyAppSettings>
My PC is the one that the asp.net pages reside on and I can print fine. The printer is on another machine on the network.
The problem is that we cannot print from any other machine - not even the one that the printer is connected to. The message I get is:
"Tried to access printer '\\PROJSQLSERV\HPLaserJSQL' with invalid settings"
DOes anyone know why this is happening??
Thanks!
i love chocolate