Somebody ask in an interview regarding web methods.He asked how will you hide web methods like If I have one web method named M1 and there are two clients P1 and P2 who are accessing it but I want P1 can access that M1 but P2 not.How will you do that?
Please answer this.