Hi All,

I have a Webservice which is implemented in Csharp. The folder which
contains the Web service has the following files and folders
1)App_Code which contains multiple csharp files
2)App_Data
3)Service.asmx which containts this line: <%@ WebService Language="C#"
CodeBehind="~/App_Code/Service.cs" Class="Service" %>

As there is no solution file (.sln), I cannot use the "publish"
utility of visual studio 2005 to publish and release the web service.
Is there anyway to release it after hiding those csharp files (maybe
by releasing dll files as I do not want to release the csharp files)?

Thanks.
Sara

Reply via email to