This problem is specifically in silverlight 3.0:
This the network credential object I created:
System.Net.NetworkCredential credential = new System.Net.NetworkCredential("mohammed.haroon", "abcdefg123");
And my web service is Service1
Service1 WebService = new Service1();
WebService.ClientCredentials = credential;
WebService.ExecuteSomeMethodAsync("xyz", "abc");
WebService.ExecuteSomeMethodAsyncCompleted += WebService_ExecuteSomeMethodAsyncCompleted;
I am unable to sent credential to Webservice which is in windows authenticated, as it not possible to assign network credential to webservice ClientCredentials specifically in Sivlerlight 3.0
I need urgent help on this please respond me, if any work around to do that?
Thanks in advance. Regards Mohammed Haroon India(Hyderabad) 08106118635