I have a C# server that will accept connections from a game/client and return information from a database to the game/client.
The client posts an xml file. I would like to send a 200 OK
Response back to the client.
I have tried numerous things. Can anyone suggest something. I also need the response to HTTP 1.0
.
Thanks.