How to debug WCF Application service?

Dec 12 2018 10:03 PM
Hi, 
 
I have created a project solution for a simple web Application  which perform basic CRUD Operation .
 
Where CRUD Operation perform through WCF Service .
 
So in my solution i have added two projects 
1. BasciCRUDApp (for web application with .aspx page)
2. CRUDServicess (for servicess interface and implemntation )
 
now the problem is, when i call the service(POST,GET) URL through ajax  then service is working but i did not get control of break point inside the service method like add , edit , delete time where i given breakpoint.
 
My service is working but i need the control with the help of break point. 
i want to stop the flow in the breakpoint. 
 
 ----------------------------
 
I added service referencess to  "BasciCRUDApp" Project but still break point is not working (allthough service referencess is not required in my application because im calling the service through ajax).
 
Can any one help me? 
 
 

Answers (1)