Hi
I have build a silverlight application for message service. my problem is silverlight application disconnect after 10 connection. But i want it unlimited or thousands. I have spent a lot of time on this problem. some point about my application as:
- I have build 3 prject like silverlight project, web project, wcf service project.
- Im using PollingDuplexHttpBinding in wcf.that configure with we.bconfig.
- In silverlight project i have add service refrence and create service object with pollingduplex binding.
I have configure web.config of wcf service project like :
I have test this project on iis6 server 2003 server but problem same.
please help me to sole this problem.
Thanks