I have a desktop app that uploads 10 jpegs of size 2000 bytes in 1 second via my web service which is hosted under IIS
The Operation Contract is 1 way (ie not duplex) and I use MTOM in the binding.
Will there be any performance gain if I self-hosted it instead under a Windows Service?