Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: printing to a local printer from IIS 7.5 and server 2008 r2 (HTTP)

by Anonymous Monk
on Mar 20, 2013 at 07:52 UTC ( [id://1024466]=note: print w/replies, xml ) Need Help??


in reply to printing to a local printer from IIS 7.5 and server 2008 r2

The test script that I am using is

That script does not attempt to return a set of HTTP headers

You have Server error, see CGI Help Guide , Troubleshooting Perl CGI scripts

You need to return a set of headers , maybe  print "Content-Type: text/html\n\n";

more checklists brian's Guide to Solving Any Perl Problem, on learning CGI learn about the internet,Web Programming: For Beginners, to get an overall picture of how the internet works, how tcp/ip, sockets, html, ajax, all fit together.

  • Comment on Re: printing to a local printer from IIS 7.5 and server 2008 r2 (HTTP)
  • Download Code

Replies are listed 'Best First'.
Re^2: printing to a local printer from IIS 7.5 and server 2008 r2 (HTTP)
by blenkhn (Acolyte) on Mar 20, 2013 at 15:54 UTC
    Thanks very much for your reply. I had to take that out to get at the real error. It would display what I needed but not print anything.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1024466]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-20 05:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found