|
|
Question : How to run a cgi script on a different server?
|
|
I have IIS running on one Windows server, and my applications and their data on another Windows server. I have written cgi scripts/applications when the application and data is on the same server, but I don't know how to do it when they are on different servers.
I want to have a link that will invoke a cgi script (or something) on the other server. That script/program/whatever will do it's thing, and create a HTML page to be returned.
How do I connect these two?
Thanks.
|
Answer : How to run a cgi script on a different server?
|
|
If the protocol the app uses is proprietary and presumably not published, then putting a webserver on the App server is probably going to be your only option.
|
|
|
|
|