Re: Anonymous and integrated authentication for Web service
- From: iamahulk <iamahulk@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 12:13:01 -0700
David,
I did as you memtioned and it doesn't work
Here is client code
Dim oWS As New myServer.WebServiceMain
oWS.UseDefaultCredentials = True
oWS.Credentials = New System.Net.NetworkCredential("myID", "password",
"DOM")
oWS.PreAuthenticate = True
Dim oResponse As Object = oWS.Execute()
I am logging on the web service and it shows that the user in not
authenticated
"David Wang" wrote:
.
Change the client to .PreAuthenticate.
UseDefaultCredentials and Credentials property change the user
identity on authentication, not ordering of authentication.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
- Follow-Ups:
- Re: Anonymous and integrated authentication for Web service
- From: iamahulk
- Re: Anonymous and integrated authentication for Web service
- References:
- Anonymous and integrated authentication for Web service
- From: iamahulk
- Re: Anonymous and integrated authentication for Web service
- From: David Wang
- Re: Anonymous and integrated authentication for Web service
- From: Ken Schaefer
- Re: Anonymous and integrated authentication for Web service
- From: iamahulk
- Re: Anonymous and integrated authentication for Web service
- From: David Wang
- Anonymous and integrated authentication for Web service
- Prev by Date: Still expired password changing using IISADMPWD with IIS6
- Next by Date: Re: Anonymous and integrated authentication for Web service
- Previous by thread: Re: Anonymous and integrated authentication for Web service
- Next by thread: Re: Anonymous and integrated authentication for Web service
- Index(es):
Relevant Pages
|