wcf message size causing permission issue
        Posted  
        
            by Ferrell Carr
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ferrell Carr
        
        
        
        Published on 2010-05-16T03:08:30Z
        Indexed on 
            2010/05/16
            3:10 UTC
        
        
        Read the original article
        Hit count: 344
        
silverlight 3.0 client
wcf 3.0 VS.Net 2005 Web Site Win 2003 Server
50 column observable collection.
return observable collection select top 975 * ... no problem
return observable collection select * .... Issue
On SL client after proxy.Get 50 col OC
logon screen from win 2003 server pops up
Mever makes it to the completed event.
© Stack Overflow or respective owner