File -> Open website -> FileSystem tab/Local IIS tab -> Select the
folder that contains the webservice.

When the website opens, it will create a temporary solution that need
not be saved. Right click on the website node (below the solution
node) in Solution explorer and choose "Publish website". Press Cancel
to decline saving the solution (unless you want to) and enter the
publish path in the "Publish website" dialog.

This will create a deployable copy of the project with all code
compiled to precompiled libraries.

On Apr 27, 10:19 pm, sara <[email protected]> wrote:
> 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