I have a Silverlight 4 application which gets data from a silverlight enabled WCF service and using binding(basichttp). Sometimes when we open the silverlight application windows login screen appears it asks for username and password but we haven’t enabled such things from code. I tried to add some config settings for the WCF service but unable to solve so.
I have a Silverlight 4 application which gets data from a silverlight enabled WCF
Share
I Think I got near to Solution as my WCF service was not able to send large amount of data to my silverlight application so the connection between both terminates regularly resulting in the Login Screen to appear(tries to reconnect). After increasing the ” inside the behaviours tag in the web.config i.e setting the max value for the “maxItemsInObjectGraph” solved my issue and that login screen just dissappeared.
Hope this Helps.
Regards,
Zafar