Hello Team,
I have created one Web Service Project & in that created one web method. Now, I want to make password protected that web method.
[WebMethod]
public string DelID(string UserName)
{
}Hello Team,
I have created one Web Service Project & in that created one web method. Now, I want to make password protected that web method.
[WebMethod]
public string DelID(string UserName)
{
}