| Author: Malleswar 25 Aug 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi ALAGESAN,
how to set username and password in client files that netcfSvcUtil has generated files
Question: It is not supported by .Net CF. If you want to use the security you have two options
1) User certification ( pass it from client and verify it in server code) 2) Pass User id and password through each method call and validate in server.
But you cant use it in netcfSvcUtil.
http://blogs.msdn.com/andrewarnottms/archive/2007/08/21/the-wcf-subset-supported-by-netcf.aspx
Question: but when i try through WIFI it not working it shows error message as "Server Connection could not be Establish" am i want change any security when access through WIFI?
Try to check net connectivity on emulator or device. try to check whether you can be able to browse any website.
Regards, Malleswar
|