Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
SchdService.ScheduleDataClient obj = new tempWcfTestApp.SchdService.ScheduleDataClient();
            
            obj.ClientCredentials.Windows.ClientCredential.UserName = "hari";
            obj.ClientCredentials.Windows.ClientCredential.Password = "enter";

not like above credentials.
Posted
Updated 11-Jan-13 1:52am
v2
Comments
ZurdoDev 11-Jan-13 7:52am    
I am not sure I understand what you are asking. If the service requires credentials then there is no way to do it without login credentials. It depends on the service.
Keith Barrow 11-Jan-13 10:02am    
You have to do extra configuration work on the server to force the client to do this. Just remove the config that does this. Unless I've missed something of course.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900