|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: ASP: How can I run a program on the server and redirect its output to the web-browser? |
From: |
Shailesh Lolam |
Date: |
4/4/2000 7:16:35 AM |
IP: |
203.94.239.141 |
Hello there,
You can run your console program and the output generated by program should be given to the Standard Output, like in C printf. The output you are throwing to the Standard output will directly come to the browser. But at the begining of the output give the MIME type. i.e. if your output is plain HTML use the following MIME type.
Content-Type: text/html
followed by 2 newline characters
The above MIME should be the first output of your program before any thing.
Good Luck
Shailesh Lolam
|
Previous Message
Follow Up - Re: ASP: How can I run a program on the server and redirect its output to the web-browser? - Anton Dragunov 4/5/2000 5:52:28 AM
|
|
|
|
|
|
|
|
|
|
|
|