How can we enable windows authentication on WCF using ‘BasicHttpBinding’?
Step 1:- Create a project of WCF service application as shown in the below figure. Circle WCF service application ?Select this By default the WCF project creates a class file which has ‘GetData’ function. This function takes in a number values and displays a explanatory sentence like ‘You entered 1 value’ , in case you have entered ‘1’.