We've to implement a REST API to access some features of our current server, which is written in C#. So, we'd like to expose some of its functionality (currently done through TCP) using a REST API.
Can you post some pointers to the right docs and ideas about how to get it implemented?
The server is not a "aspx" server but a service app.