A new hostproblems with authentication
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Trying to access a webservice via wcf_customhttp. I have :
1. Set the webservice website as windows authentication only.
2. Created a new host, host instance with the correct domain credentials
3. Added a new sendhandler for the new hostname
4. on my sendport, Security Mode= TransportCredentialOnly , Windows
However, my webservice is always accessed as reported from?
System.Security.Principal.WindowsIdentity.GetCurrent().Name "NT
AUTHORITY\\NETWORK SERVICE" string
Any thoughts?
.
Relevant Pages
- Re: accessing Web Service from Sharepoint cause permission error...
... the windows authentication is activated and the anonymous is disable. ... I can reach the webservice from another test application (without ... sharepoint, ASP.NET application directly) ... >> Dim oServ As New ReportServer.ReportingService ... (microsoft.public.sharepoint.windowsservices) - Re: IIS Webservice + SQL 2008
... Windows Authentication is enabled. ... When I change something in sql from ... webservice same thing happens. ... (microsoft.public.inetserver.iis.security) - Re: IIS Webservice + SQL 2008
... Windows Authentication is enabled. ... When I change something in sql from ... webservice same thing happens. ... (microsoft.public.inetserver.iis.security) - Re: Web Service Identity
... you're using integrated windows authentication in IIS ... asp.net webservice. ... > pool identity for webservice A under a certain domain account. ... > | I have a web service that runs under its own IIS Application Pool ... (microsoft.public.dotnet.framework.aspnet.webservices) - The request failed with HTTP status 401: Access Denied
... I have a webservice that allows all users to access it but am receiving ... IIS virtual directory for application is set to allow annonymous access ... with windows authentication. ... (microsoft.public.dotnet.framework.aspnet.webservices) |
|