G
Guest
Hi,
I want customers to be able to transfert files to my server (not forcefully
a Web server). What is the fastest solution ?
For the moment I see 3 possibilities: .NET remoting hosted by IIS using Http
transport and binary formatter, XML Web service using WSE 3 and a WebClient
sending the file to an ASP.NET page.
I want customers to be able to transfert files to my server (not forcefully
a Web server). What is the fastest solution ?
For the moment I see 3 possibilities: .NET remoting hosted by IIS using Http
transport and binary formatter, XML Web service using WSE 3 and a WebClient
sending the file to an ASP.NET page.