Hi,
I have a webservice implemented in csharp.
public class Service : System.Web.Services.WebService{
....
}
It consists of multiple csharp files located in a folder called
App_Code. I want to give this webservice to someone so that he can
call some of its methos but do not want him to see the source codes.
Is there anyway to turn the code into .exe file, dll or any format
other than its original csharp and then give it away?Thanks a lot, Sara
