I have a small WebService (written using C#) which receives JSON, stores it in SQL Server and return JSON.
For example, storing orders and getting customers list.
The C# WS is hosted on an ISS
Is there a way to have only SQL? (And IIS)
I have a small WebService (written using C#) which receives JSON, stores it in SQL Server and return JSON.
For example, storing orders and getting customers list.
The C# WS is hosted on an ISS
Is there a way to have only SQL? (And IIS)