Hi, 

We're using curl for .net for the first time in a .net webapp. Only dropped 
libcurl.dll, LibCurlNet.dll and LibCurlShim.dll in the bin. 
We use it only for posting image-, audio- and video files to a community 
platform from a webapp.
A file POST to the url location on this community platform works fine when we 
run the webapp on a local test client machine (with visual webdeveloper express 
for example / target .NET 3.5), but doesn't work on a live environment 
webserver 2K3 / 32 bits / IIS 6 / .NET 3.5. 
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.

After some digging (because the network traffic wasn't visible in fiddler) we 
used the proxy option to use port 8888 and in a local test we saw the curl 
generated traffic which was okay and doing what's supposed to be done.
So we used the same  proy setting in the live environment but no traffic showed 
up in fiddler on the webserver and no errors are detected in process monitors 
etc.

Now where in the dark what's causing the LibCurlNet.dll not to workon our 
webserver.

 Any ideas? Thx! 
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to