I have created a Simple Aspx Page to Log the Output of a Process running on a Remote Machine.
My url is:.com/Log.ashx?Data=SomeString
Should I use WebRequest or a WebClient? What is more efficient and less resource intensive?
I would need to do this about 20 times in a minute. The ashx file does not show any output.