1 Replies - 627 Views - Last Post: 20 January 2012 - 11:50 AM Rate Topic: -----

Topic Sponsor:

#1 Zombieautopilot6  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 1
  • Joined: 16-January 12

Running executable thats on a terminal server from a web server?

Posted 16 January 2012 - 01:15 PM

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?

Is This A Good Question/Topic? 1
  • +

Replies To: Running executable thats on a terminal server from a web server?

#2 eclipsed4utoo  Icon User is online

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1448
  • View blog
  • Posts: 5,759
  • Joined: 21-March 08

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.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1