Launching a Server Side Process

J

josh.tucholski

I am unsure of how to launch a server-side executable that is usually
run in a command prompt. The purpose of the executable when run is to
fetch a web page and convert it to PDF. Once the process has
completed, we want to return the PDF Document to the user's browser.


The process being launched is called HTMLDoc.exe and more can be found
here:
http://www.easysw.com/htmldoc/docfiles/toc.html
 
G

Guest

(e-mail address removed) wrote in @g10g2000cwb.googlegroups.com:
I am unsure of how to launch a server-side executable that is usually
run in a command prompt. The purpose of the executable when run is to
fetch a web page and convert it to PDF. Once the process has
completed, we want to return the PDF Document to the user's browser.


You can't call server side processes directly, but you can execute them via
remoting or a web service call (which resides on the server).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top