TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anilananda Chakrabortty
NA
425
78k
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?
Reply
Answers (
1
)
How to run Default method in postman of wcf
WCF Services POST Record in database