S
Steve B.
Hi,
We have build an ASP.Net 2.0 framework for our corporate sites. This
framework add some asmx files that are used by all application. The asmx
files only contains the directive
<%@ WebService Language="C#" Class="OurFrameworkServiceClass" %>
The class is defined in a dll (then w/o source code) that is place in the
BIN directory.
What I want to achieve, is to simplify the development of new application by
adding only the DLL to the bin directory, and without having to put the asmx
file in the application folder.
Is there any way to "instanciate" an webservicehandler without having to
have a physical asmx file ?
If required, I can add a new line in the web.config file (in handlers
section), but my first test tells me the asmx file is mandatory ...
Thanks in advance,
Steve
We have build an ASP.Net 2.0 framework for our corporate sites. This
framework add some asmx files that are used by all application. The asmx
files only contains the directive
<%@ WebService Language="C#" Class="OurFrameworkServiceClass" %>
The class is defined in a dll (then w/o source code) that is place in the
BIN directory.
What I want to achieve, is to simplify the development of new application by
adding only the DLL to the bin directory, and without having to put the asmx
file in the application folder.
Is there any way to "instanciate" an webservicehandler without having to
have a physical asmx file ?
If required, I can add a new line in the web.config file (in handlers
section), but my first test tells me the asmx file is mandatory ...
Thanks in advance,
Steve