ASP.NET Web service to query Linux service

jonathen

Member
Joined
May 12, 2005
Messages
17
Programming Experience
1-3
Hi all,

I need to write a asp.net web service (in vb.net, rather than c#) asp.net page, which will run a couple of commands on a red hat server (basically, run the "service httpd status" command) and return the output to the browser window.

Is this possible, and if so, any idea how I go about doing it?

Thanks

Jon
 
Ah, I didn't explain too well. The web service will run on the Windows server, and will remotely contact the Red Hat server.
 
Back
Top