Hi ,
I have written a C#.net console application, the application returns a list of processes running on a local machine. I would like to expose this funtionality as a web service. Can this be done ? If so can someone give me detailed steps on how to do it ?.
I an pretty well versed in writing web services in ASP.net. I even tried compiling the .cs file of the console application and adding it as a reference to my web service to be able to create objects to access the string returned by the console application.
But it does not seem to be working.
I have written a C#.net console application, the application returns a list of processes running on a local machine. I would like to expose this funtionality as a web service. Can this be done ? If so can someone give me detailed steps on how to do it ?.
I an pretty well versed in writing web services in ASP.net. I even tried compiling the .cs file of the console application and adding it as a reference to my web service to be able to create objects to access the string returned by the console application.
But it does not seem to be working.
Comment