You could either host the .NET object in COM+ is you need application services, or write a service, and expose the .NET objects via .NET remoting. We use the latter for one project.
Later ----- Original Message ----- From: "Allen Prescott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 26, 2004 5:35 PM Subject: [ADVANCED-DOTNET] Accessing objects from a managed service We are building a managed NT service. We need to publish objects from it so that our web service can make method calls that require a rich interface. In the "good old days" of COM I would have made the service a COM server and just created an instance of the objects that I needed. Does anyone have any experience with equivalent solutions using managed services in .Net? Thanks, Allen Prescott =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles http://www.develop.com/courses/gaspdotnetls View archives and manage your subscription(s) at http://discuss.develop.com
