I'm using curl for .net for the first time in a .net webapp. Only dropped libcurl.dll, LibCurlNet.dll and LibCurlShim.dll in the bin.
a file POST works fine on a local test client, but doesn't work on a live webserver 2K3 / 32 bits. The curl POST request doesn't give any error in codefile (through try - catch) and no further info is found in network/process monitor on server.
Any ideas?
Thx!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using curl for .net for the first time in a .net webapp. Only dropped libcurl.dll, LibCurlNet.dll and LibCurlShim.dll in the bin.
a file POST works fine on a local test client, but doesn't work on a live webserver 2K3 / 32 bits. The curl POST request doesn't give any error in codefile (through try - catch) and no further info is found in network/process monitor on server.
Any ideas?
Thx!