Converting COM Windows Service to .NET

C

Chris Trueman

I have a Windows service that exposes a number of objects through COM. The
functionality is consumed by ASP pages and some regular desktop clients.

Looking at the .NET equivalent I assume that the best approach is to use
..NET remoting to connect ASP.NET pages/regular desktop clients to .NET
objects exposed from the .NET implemented Windows service. Is this the
best way? If not, what would you recommend?

Many thanks.



Chris.
 
J

John Saunders [MVP]

Chris Trueman said:
I have a Windows service that exposes a number of objects through COM. The
functionality is consumed by ASP pages and some regular desktop clients.

Looking at the .NET equivalent I assume that the best approach is to use
.NET remoting to connect ASP.NET pages/regular desktop clients to .NET
objects exposed from the .NET implemented Windows service. Is this the
best way? If not, what would you recommend?

..NET Remoting works well in this environment. You might also try WCF.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top