Windows Service and HTTP Page
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Hello to everybody, I've ben asked to create an aspx page that reads data from a Windows Service, not a Web Service, is it possible? any idea on how I can create such application? Thanks Bests, Paolo
-
Hello to everybody, I've ben asked to create an aspx page that reads data from a Windows Service, not a Web Service, is it possible? any idea on how I can create such application? Thanks Bests, Paolo
You can do this using remoting. It's not actually that hard to do, and you should be able to find any number of samples on google (search for remoting windows services).
Deja View - the feeling that you've seen this post before.