Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Problem in uploading files using Mtom, Streamed transfered

Problem in uploading files using Mtom, Streamed transfered

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpwpfwcfsysadmintutorial
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    PavanPT
    wrote on last edited by
    #1

    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" />

    P 1 Reply Last reply
    0
    • P PavanPT

      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" />

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups