ASP.Net app interacting with windows service

Jan 19 2005 11:26 AM
As part of my new application architecture, I need to build a new ASP.Net front end to my windows service. My question is, how do I access the service's objects already in memory from my ASP.Net app? The service was written in C# and the ASP.Net app will be too. Thanks in advance to anyone with advice on this one!

Answers (1)