本文介绍了打印机问题ASP.Net应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



对于我的Web应用程序,我需要为LAN共享计算机提供特定的打印机名称(例如EPSON RECEIPT TIV).因此,我将其保存在"WEB.CONFIG" 文件中.

我的客户局域网(LAN),例如,

ClientPC1 ----- ClientPC2 ----- ClientPC3 ------ ClientPC4 -----打印机


相关
服务器

现在,根据客户要求,客户可以在ClientPC上的任何位置进行打印". 打印机通过"CLIENTPC4"的"IP"连接.

我的疑问是clientPC请求PRINT时,该请求在CLIENTPC4中调用PRINTER吗?
我是否只需要在webconfig中指定打印机名称"EPSON RECEIPT TIV"(它将称为ClientPC4的打印机)

如果假设我通过静态IP"(WAN)从远程位置访问这些服务器.它会在哪里打印? (使用我的本地PC打印机或远程CLIENTPC4的打印机)



For my web application, i need to give Particular Printer Name(Ex : EPSON RECEIPT TIV) for LAN Sharing Computers. So, i gave it in "WEB.CONFIG" file.

My client Local Network(LAN) like,

ClientPC1-----ClientPC2-----ClientPC3------ClientPC4-----Printer

Connected with

SERVER

Now as per client requirement Client Can give "Print" on where ever in ClientPC. PRINTER IS CONNECTED THROUGH AN "IP" OF "CLIENTPC4".

My doubt is when clientPC request an PRINT, Is that request calls PRINTER in CLIENTPC4 ??

Am i simply need to give Printer name of "EPSON RECEIPT TIV" in webconfig ??(it will call ClientPC4''s Printer)

If suppose i access these server from REMOTE LOCATION through "STATIC IP"(WAN). Where it will print? (either with my local PC Printer or the remote CLIENTPC4''s printer)

推荐答案


这篇关于打印机问题ASP.Net应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 07:20