No announcements
Found 2137159 threads
-
0 Votes
WCF Rest Starter Kit: Problem with self hosted service returning Message.
Also, for REST model service, I think it's more convenient to use Stream parameter (instead of Message) to send/return abitrary data.Answered | 2 Replies | 5689 Views | Created by Derek S. Smith - Friday, November 20, 2009 9:39 PM | Last reply by Derek S. Smith - Friday, November 27, 2009 1:31 PM -
0 Votes
Self hosted WCF service
Hi Paul, As for the concurrent connection limitation, the first thing to check is the WCF service throttling settings that will control the concurrency behavior of ...Answered | 3 Replies | 5231 Views | Created by PaulJ1 - Thursday, January 28, 2010 11:18 PM | Last reply by Steven Cheng - MSFT - Monday, February 1, 2010 7:40 AM -
2 Votes
Unable to host REST WCF(4.0) Service on IIS5
2) Self hosting : I publish the wcf4.0 rest services on to some folder like C:\Publish\AdNetworkService and then link this to virtual directory ...Answered | 15 Replies | 16327 Views | Created by Jyotsna R - Wednesday, June 30, 2010 10:01 PM | Last reply by JFDavid - Sunday, April 14, 2013 10:53 AM -
0 Votes
ways of hosting a WCF service
I t is categorized to four ways as below.Answered | 1 Replies | 694 Views | Created by IssueKiller - Monday, July 29, 2013 3:57 AM | Last reply by Lingaraj Mishra - Monday, July 29, 2013 9:21 PM -
1 Votes
Which way is the best to host WCF service?
Just add to Carlos's comments, When using IIS/WAS host, you can take advantage of the processs lifecycle monitoring features of the application ...Answered | 2 Replies | 4034 Views | Created by Yuanzi - Wednesday, June 23, 2010 10:58 AM | Last reply by Steven Cheng - MSFT - Thursday, June 24, 2010 7:15 AM -
2 Votes
WinService hosting WCF design with SSL?
You can refer to this article for details on how to manually install the certificate (without using IIS) ...Answered | 3 Replies | 3076 Views | Created by David Donovan - Friday, March 16, 2012 8:51 PM | Last reply by Yi-Lun Luo - Sunday, March 18, 2012 11:53 AM -
0 Votes
SharePoint 2010 WCF , REST Service
You can host your service separately on IIS and consume it with your application.Answered | 3 Replies | 5155 Views | Created by Ahmad Kharsah - Monday, May 21, 2012 5:34 AM | Last reply by Ahmad Kharsah - Saturday, May 26, 2012 7:52 AM -
0 Votes
client configuration for WCF RESTful service using Windows Authentication and SSL
Although I understand the behavior of self signed certs in IE (and we plan to deploy using a valig cert), I still have a problem.Answered | 3 Replies | 6378 Views | Created by crbd98 - Monday, October 12, 2009 6:20 AM | Last reply by Amit Sharma [MSFT] - Tuesday, October 13, 2009 6:48 PM -
0 Votes
External (public) hosting options for WCF RESTful service
As Rodrigo suggested, you need to look for an ASP.NET hosting platform since your WCF rest service have to be deployed in IIS host.Answered | 6 Replies | 4389 Views | Created by a7kmk - Wednesday, July 29, 2009 12:01 AM | Last reply by rfreire - Saturday, August 1, 2009 5:52 AM -
0 Votes
Advanced Self-Hosted WCF Service
But for health monitering in WCF you can go through this articleAnswered | 3 Replies | 2858 Views | Created by Daniel T Torres - Wednesday, December 14, 2011 9:07 PM | Last reply by Daniel T Torres - Saturday, December 17, 2011 5:50 PM -
1 Votes
WCF self-hosting question
Yes, the self-hosted transport is built on top of HTTP.sys.Answered | 1 Replies | 1918 Views | Created by zhanghb0001 - Tuesday, February 21, 2012 4:57 AM | Last reply by CarlosFigueira - Tuesday, February 21, 2012 6:40 AM -
1 Votes
Why should we host a WCF REST service in a console application??
No, you should host the WCF Restful service on IIS and use it from that perspective.Answered | 5 Replies | 342 Views | Created by White_Knight87 - Thursday, June 30, 2016 8:23 PM | Last reply by Christopher84 - Friday, July 1, 2016 1:53 PM -
1 Votes
Hosting wcf service for intranet and internet access
Hi, you can host your WCF service in Windows service with any binding you want.Answered | 3 Replies | 5238 Views | Created by Paul3654 - Tuesday, January 5, 2010 6:05 PM | Last reply by Frank Xu Lei - Wednesday, January 6, 2010 12:54 PM -
0 Votes
Self-hosted WCF service inaccessible in IIS and AppFabric
It turned out that I had a bug in the initialization of the services' hosts - I was trying something and when removed the try code aparently I didn't delete the first line which was ...Answered | 3 Replies | 1526 Views | Created by Valo - Wednesday, June 19, 2013 7:32 PM | Last reply by Valo - Thursday, June 20, 2013 10:40 PM -
0 Votes
Problems with simple WCF REST server
In addition to what Michael Green suggested, you can also try adding the appropriate behavior to the endpoint to make it a REST endpoint (WebHttpBehavior).Answered | 3 Replies | 4142 Views | Created by bpeikes - Thursday, April 21, 2011 6:32 PM | Last reply by Carlos Figueira - Thursday, April 21, 2011 9:19 PM -
0 Votes
Simple way to deploy self hosted WCF (REST) service with SSL
I have two questions about this solution: 1) If I purchased a certificate from a 3rd party issuer and if my computer's name where the self hosted ...Answered | 3 Replies | 4634 Views | Created by Ryan_Ha - Thursday, June 6, 2013 6:16 PM | Last reply by Haixia_Xie - Wednesday, June 12, 2013 5:42 AM -
0 Votes
Using encrypted credentials with Basic authentication in WCF RESTful service
CD, Because WCF REST services don't use SOAP, the usual WCF security model doesn't apply.Answered | 5 Replies | 4941 Views | Created by crbd98 - Wednesday, August 11, 2010 9:44 PM | Last reply by Steven Cheng - MSFT - Thursday, August 19, 2010 2:28 AM -
0 Votes
WCF REST Services and dynamic routes
We want to expose WCF rest services to Jquery client.Answered | 2 Replies | 4284 Views | Created by Muhammad_Javed - Wednesday, November 30, 2011 6:47 AM | Last reply by Muhammad_Javed - Wednesday, December 21, 2011 8:02 AM -
1 Votes
Self-signed certificate + WCF Service
Fortunately, for us, our WCF Service will only be used inside of our private domain with firewall permission given only to specific IP's.Answered | 8 Replies | 3548 Views | Created by Adam_Turner - Monday, July 31, 2017 7:32 PM | Last reply by Edward8520 - Monday, August 7, 2017 1:56 AM -
0 Votes
Best way to consume REST service
I'd like to see a simple link for creating an object to pass to a REST URL that returns values and properties in a simple and cohesive manner.Answered | 3 Replies | 15715 Views | Created by brjo100 - Friday, October 1, 2010 3:54 PM | Last reply by videstra - Tuesday, August 30, 2016 3:52 PM - Items 1 to 20 of 2137159 Next ›
No announcements