ASP.Net app interacting with windows service
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)
0
I have never developed a windows service but if they don't provide some natural interface for communication then go for .net remoting