I have login.aspx
in code behind file i have method Validate(Email) with in same project i created a SVC .
Now how to call the Validate(Email) method which is in login.aspx code behind file.
my requirement is client application should call WCF service.
WCF should call a method which is in code behind file a webpage . is this possible?