Hi there,
I'm just starting to look at web services. I was wondering, is there a way
with the .NET Framework to create a Web Service provider without relying on
ASP.NET? I would want my .NET Remoting object to be accessible via Web
Service but WITHOUT going through ASP.NET and installing a web server. Is
that possible?
I may be wrong, but I believe there was a utility in an old Visual Studio
versions that allowed the exposition of COM components as Web Service without
too much work. Isn't there something similar for .NET?
Etienne Fortin
I'm just starting to look at web services. I was wondering, is there a way
with the .NET Framework to create a Web Service provider without relying on
ASP.NET? I would want my .NET Remoting object to be accessible via Web
Service but WITHOUT going through ASP.NET and installing a web server. Is
that possible?
I may be wrong, but I believe there was a utility in an old Visual Studio
versions that allowed the exposition of COM components as Web Service without
too much work. Isn't there something similar for .NET?
Etienne Fortin
Comment