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
Punit Sharma
NA
101
56.5k
WCF Rest Servive
Oct 12 2015 1:01 AM
Dear All,
I am creating a wcf rest service that returns data in JSON format. I created it and it works well in Dialog of visual studio and returns result in json format.
But if i tries it in browser of entering url like http:localhos:1120/Candidate.svc it runs. but it not shows its method. like http:localhos:1120/Candidate.svc/GetAllStudent (it is Service method.) it shows nothing. and also i clearly not come to know about certains tag that we mention in web.config like :
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="">
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" />
<serviceDebug includeExceptionDetailInFaults="false" />
</behavior>
</serviceBehaviors>
</behaviors>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true"
multipleSiteBindingsEnabled="true" />
</system.serviceModel>
Please help me!!!
Thanks,
Reply
Answers (
1
)
How to enhance my Development Skill as asp.net c# developer.
Linq groupby and count from Table List variable.