Problem in uploading files using Mtom, Streamed transfered
-
This code snippet is a little extension to code-project's excellent article on large file transfer using Mtom and streamed mode. Initially i have created a project in Server 2003 environment and have modified few of my server settings to make the project work. I wanted to test my work on different environment for demonstration purpose. And i have come across many runtime exceptions and most of them being general exceptions which i also tried to search on web for a solution but could not find right solution. I think detail description of my appconfig, webconfig, Service Contract would help to guide me better. AppConfig messageEncoding="Mtom" transferMode="Streamed" /> binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IFileTransferService" contract="Proxy.IFileTransferService" name="BasicHttpBinding_IFileTransferService" /> Webconfig transferMode="Streamed" messageEncoding="Mtom" maxReceivedMessageSize="10067108864"> binding="basicHttpBinding" bindingConfiguration="FileTransferServicesBinding" contract="WebHost.IFileTransferService" />
-
This code snippet is a little extension to code-project's excellent article on large file transfer using Mtom and streamed mode. Initially i have created a project in Server 2003 environment and have modified few of my server settings to make the project work. I wanted to test my work on different environment for demonstration purpose. And i have come across many runtime exceptions and most of them being general exceptions which i also tried to search on web for a solution but could not find right solution. I think detail description of my appconfig, webconfig, Service Contract would help to guide me better. AppConfig messageEncoding="Mtom" transferMode="Streamed" /> binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IFileTransferService" contract="Proxy.IFileTransferService" name="BasicHttpBinding_IFileTransferService" /> Webconfig transferMode="Streamed" messageEncoding="Mtom" maxReceivedMessageSize="10067108864"> binding="basicHttpBinding" bindingConfiguration="FileTransferServicesBinding" contract="WebHost.IFileTransferService" />
Can't really help, but you might want to contact the author of the article you were referring to. They might be able to shed some light.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon