I’ve experience with WPF and WCF, with WCF I can set maxConnection to limit maximum connection per service. Now, I’m moving that application to Silverlight and WCF RIA but I can’t find that property so it can do only 4 connection parallely.
Anyone know how can I configure WCF RIA to accept more connection?
Have you tried using a service behavior like so:
Setting the
MaxConcurrentSessionsvalue may be the solution.Hope this helps,
indyfromoz