1
Answer

ASP.Net app interacting with windows service

akilhoffer

akilhoffer

20y
3.7k
1
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)