WCF Streaming large data (500MB / 1GB) on a self hosted service
问题 I'm currently experiencing an issue trying to send large data using WCF self hosted service (no IIS). Transferring 500MB using streaming results with my service crashing with System.OutOfMemoryException. Is it possible at all to transfer such amount of data? Here is my WCF configuration: <system.serviceModel> <services> <service name="CIService" behaviorConfiguration="CIBehavior"> <host> <baseAddresses> <add baseAddress="net.tcp://localhost:6547/CIService/CIService.svc" /> </baseAddresses> <