I have a WCF service (MyService.svc) that im hosting under IIS 7.5. My .svc is under the same virtual directory as the Web App itself.
I have a simple WCF service that uses WSHttpBinding and Windows authentication.I\'m trying to force the server to impersonate the client\'s identity upon every method call for this service.
I need to impersonate the my code to run with a different windows user id, right now i am using some code which i got from web which is calling some native libraries.
I\'m currently developing a WCF service self hosted in a Windows service with the Self-Hosted SL Svc template.
Does anybody know how impersonation 开发者_Go百科should be configured or if it is even possible for such configuration:
I\'m in the process of developing my first Orchard CMS module, which will interface with Exchange Server for the purpose of adding Exchange Task functionality to Orchard (basically providing web manag
I have the following code working perfectly on a test box, which runs the MSSQLSERVER service as SYSTEM:
In my web application, there are times when an authenticated admin might want to impersonate another valid user of a system without having to know that user\'s password.
In a related post, I am having trouble connecting to a basicHttp endpoint and it seems that it is due to WCF impersonation issues when connecting to a downs开发者_如何转开发tream service.The funny thi
I have a Web Application running in IIS, using Windows Authentication (NTLM or Kerberos, aga开发者_JS百科inst an Active Directory).