Wunderfull Friday to all of you,
I'm developing an application in C# and ASP.NET to communicate with our Livelink via the EWS 9.7.1 in VisualStudio 2010.
The Livelink access routines are written in C# as DLL and my ASP app (front-end) is using them to communicate with Livelink.
Now I got the problem, if I want to upload content via the ASP app running on the localhost webserver from VS2010 the EWS throws an exception ("Could not write bytes to socket."). When running the same code as a WindowsForms front-end app the upload works fine.
The Upload is the only service that does not work, the other services (retrieve documents and folders, download content) work fine.
What should be done, to upload content from ASP on localhost to livelink server? Has anybody an idea??
Kind regards
Danny