Subject: Multiple codebehind files
Posted By: .NETamateur Post Date: 8/18/2006 2:20:31 PM
Hi All,

During development of my webservice I am defining my webservice attributes in the entry point file (.asmx) as follows:

<%@ WebService Language="C#" Class="ClassName" %>
<%@ Assembly Src="Path to webservice .cs file" %>

The reason why I do it this way is because I do not want to keep compiling my source file during development. This works fine, but now I want to use methods within the main source file from another source file (.cs file) without compiling that file.

Does anybody knows how I can achieve this?

Thanks in advanced.

Regards,
.NETamateur
Electrical Engineer

Go to topic 48555

Return to index page 200
Return to index page 199
Return to index page 198
Return to index page 197
Return to index page 196
Return to index page 195
Return to index page 194
Return to index page 193
Return to index page 192
Return to index page 191