No announcements
Found 1417078 threads
-
0 Votes
passing app pool credentials to sql server
Hello Dan, Thank you so much for the code..really helped me..just have a quick question...the sql server and moss are on different boxes...so now when a client accesse ...Answered | 6 Replies | 5293 Views | Created by Sharepoint99 - Tuesday, June 15, 2010 6:39 PM | Last reply by Sharepoint99 - Wednesday, June 16, 2010 1:20 PM -
6 Votes
Passing Client Credentials to WCF Service
That might work with NTLM, but it won't with Kerberos which will deny the credentials (passing a home-made NetworkCredential with usr/pwd/domain will work though).Answered | 9 Replies | 130827 Views | Created by OzCoder - Thursday, April 24, 2008 12:45 AM | Last reply by simplyrod - Tuesday, May 15, 2018 8:30 PM -
0 Votes
Passing Database Credentials in WCF Header
Hi Raza, Most of the time custom header is the best option for passing additional parameters.Answered | 8 Replies | 4085 Views | Created by Raza Haider - Friday, October 7, 2011 5:43 AM | Last reply by Raza Haider - Wednesday, October 19, 2011 10:26 AM -
3 Votes
Recycling app pool when publishing WCF service
Last week I gave the other developers in my group a batch file to run before they publish that recycles the app pool on the target machine, ...Answered | 2 Replies | 4836 Views | Created by ThomHong - Friday, August 17, 2012 4:52 PM | Last reply by ThomHong - Tuesday, August 21, 2012 10:43 PM -
2 Votes
How to properly pass credentials from WCF service to another?
The impersonation is a common technique that WCF services use to assume the original caller's identity in order to authorize access to service resource.Answered | 1 Replies | 1189 Views | Created by BBauer42 - Thursday, March 12, 2015 2:50 PM | Last reply by Amy Peng - Friday, March 13, 2015 3:20 AM -
1 Votes
Access WCF Client Credentials in WCF Service
I have gone through first part http://msdn.microsoft.com/en-us/library/ms730868.aspx that descibe how to implement "client and service ...Answered | 2 Replies | 5480 Views | Created by Vikram .Net - Thursday, May 6, 2010 2:54 PM | Last reply by Satish Bodake - Saturday, May 15, 2010 3:38 AM -
0 Votes
Unable to get the Client Credentials in a WCF service
I changed the binding from BasicHttpBinding to WsHttpBinding, i modified the config in both wcf service and Client as ...Answered | 2 Replies | 10390 Views | Created by fred5152 - Tuesday, April 5, 2011 3:13 PM | Last reply by fred5152 - Thursday, April 7, 2011 7:56 PM -
1 Votes
Running One Service in Multiple App Pools
We've noted the threshold to be 120 threads for that App Pool whenever that is crossed that service becomes un-responsive.Answered | 2 Replies | 3002 Views | Created by Sajid Hussain - Thursday, July 14, 2011 9:33 AM | Last reply by Sajid Hussain - Friday, July 15, 2011 8:25 AM -
1 Votes
WCF Passing client credentials from website to WCF Service hosted on another server
I am running the WCF service in ASPNet compatibility mode and have set the Service to allow this, so I am able to get the Current User from the HttpContext, ...Answered | 6 Replies | 7830 Views | Created by Michael D Pine - Tuesday, August 16, 2011 3:14 AM | Last reply by Michael D Pine - Monday, August 29, 2011 9:24 AM -
1 Votes
WCF Data Services credentials at the Silverlight Client
However, providing Credentials as I did in my code does not work.Answered | 4 Replies | 5968 Views | Created by EgoRich_ - Tuesday, March 23, 2010 11:35 AM | Last reply by macthestack - Tuesday, April 20, 2010 1:17 PM -
2 Votes
Passing a cached ASP.NET principal BootstrapToken to a WCF service
I always wondered why it wasn't a good idea (using web front credentials to call back end services).Answered | 9 Replies | 9624 Views | Created by P2Piter - Tuesday, June 8, 2010 8:23 AM | Last reply by Durga Prasad .P - Thursday, August 12, 2010 6:43 AM -
0 Votes
Passing objects to/from WCF and ASP.Net app running in same appdomain
WCF client is a remote windows service that is polling the WCF service every 10-15 seconds passing ...Answered | 1 Replies | 3570 Views | Created by vsdotnetguy - Friday, February 6, 2009 9:54 PM | Last reply by Marco Zhou - Wednesday, February 11, 2009 8:25 AM -
1 Votes
Windows/Domain Credentials in Apps
I am building an app for Outlook and I have the following scenario.Answered | 2 Replies | 1798 Views | Created by Hector Diaz Martinez - Thursday, August 23, 2012 10:53 PM | Last reply by Patrick Conlan [MSFT] - Monday, August 27, 2012 10:25 PM -
1 Votes
Passing parameter to WCF data service from Windows 8 app?
how would I do it if I'm using the entity framework in my wcf service?Answered | 4 Replies | 2441 Views | Created by grennerg - Thursday, August 30, 2012 6:32 PM | Last reply by Prashant H Phadke - Tuesday, September 4, 2012 4:29 PM -
3 Votes
Passing Credentials from SharePoint to External System -PeopleSoft
If you use the RunwithElevatedPrivelege on your code,the app pool identity will be used to call the webservice.Answered | 7 Replies | 857 Views | Created by SaMolPP - Friday, November 20, 2015 11:02 AM | Last reply by AbdulAzizFarooqi - Thursday, November 26, 2015 6:32 PM -
4 Votes
Create a wcf service to get data
I finally figured out what was wrong: I have set up a dedicated app pool and tied it to the application.Answered | 11 Replies | 2899 Views | Created by FrankTo - Monday, December 17, 2012 2:47 PM | Last reply by FrankTo - Sunday, December 30, 2012 4:02 AM -
0 Votes
WCF service - pass app pool credentials
You will call the target web service with the credentials of the app pool hosting your client code.Answered | 5 Replies | 4418 Views | Created by Cutloo - Wednesday, February 1, 2012 6:48 AM | Last reply by Yi-Lun Luo - Friday, February 3, 2012 1:14 AM -
0 Votes
Calling a WCF service with client credentials
Some custom client credentials might be missing too, but that's not a common scenario IMHO.Answered | 5 Replies | 8260 Views | Created by Pablo Cibraro - Monday, October 12, 2009 4:35 PM | Last reply by Andrea Ramacciotti - Monday, September 22, 2014 6:24 AM -
1 Votes
[UWP]Can a UWP App consume WCF services?
Security support for WCF on UWP seems to be pretty limited...Answered | 4 Replies | 3242 Views | Created by Rami Sarieddine - Wednesday, January 27, 2016 2:37 PM | Last reply by MelbourneDeveloper - Wednesday, February 24, 2016 4:44 AM -
0 Votes
Pass in credentials for basic authentication
>So regardless of their service, I should use 'add service reference' and use WCF technology?Answered | 9 Replies | 72653 Views | Created by ff4930 - Saturday, February 27, 2010 1:05 AM | Last reply by Mog Liang - Thursday, March 4, 2010 3:56 AM - Items 1 to 20 of 1417078 Next ›
No announcements