User-515951590 posted
We want to call WCF service(independent WCF service application) from jquery($.ajax).
The WCF service is NOT REST service.
For this we have created web application and implemented Form authentication. Also created webform to call WCF service from jquery($.ajax).
This works fine.
Now I have created new web application and called the above WCF service using jquery($.ajax). This also works fine.
How to prevent unauthentication users from accessing WCF service using jquery($.ajax).