Sehr geehrte Damen und Herren,
ich versuche durch ein Programm aus SharePoint nach ELO Dokumente zu kopieren.
Aus einer SharePoint Webapplikation ist das möglich.
Aus einer anderen SharePoint Webapplikation ist das nicht möglich.
Ich erhalte folgenden Fehler:
Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. --->
System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
Oder folgenden Fehler:
The remote server returned an error: (500) Internal Server Error. System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
Ich danke Ihnen für Ihre Hilfe.