hi team
i join this forum very soon .:).hope for good coopration.
i was made a webservice and want to run on wide area n/w(WAN).my problem is how i provide security that only authenticated user use this web service.
pl provide me solution.
Thanks Regards
Ranjeet Singh
S/w Engg.
If the user will have an account on the server then you can simply enable basic authentication or Windows integrated authentication on the webservice website.
If you are using some other means of authentication then you may want to look at the security features in Web Service Enhancements (WSE 3.0).