Right now I am doing some research on being able to call an executable file from a terminal server while working on a web server. I am using C# and ASP. The way it is set up now is that at a specific time of the day stuff from the web server will get pushed over to the terminal server when the executable runs. I want to change it so that at any time button on the page can be used to push everything over. Is this possible? What kind of restrictions are there?
1 Replies - 627 Views - Last Post: 20 January 2012 - 11:50 AM
Topic Sponsor:
#1
Running executable thats on a terminal server from a web server?
Posted 16 January 2012 - 01:15 PM
Replies To: Running executable thats on a terminal server from a web server?
#2
Re: Running executable thats on a terminal server from a web server?
Posted 20 January 2012 - 11:50 AM
One way is to have a web service running on the terminal server. When the button on the web page is clicked, it calls a web service method, and the code in that method runs the executable.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|