Re: Connecting to DB and other resources outside the domain
From: J-T (JT_at_nospam.com)
Date: 07/14/05
- Next message: Jamie Pollard: "Storing Role And User Id in UserData of FormAuthentication"
- Previous message: RedEye: "Re: ASP.NET v2.0 login control issue with SQL Server 2000"
- In reply to: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Next in thread: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Reply: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 14 Jul 2005 10:46:16 -0700
Paul,
I think my other question is that: According to this article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetAP05.asp
in Table 4(last one) it says that :
<identity impersonate="true"/>
<authentication mode="Windows" />
then everything would be under the context of "Domain\UserName" but it
dosen;t say that if I use
<identity impersonate="true" username="Domain\USername"
password="password"/>
<authentication mode="Windows" />
what happenes to this there elements: httpContext,WindowsIdentity,Thread?
Thanks a lot
"Paul Clement" <UseAdddressAtEndofMessage@swspectrum.com> wrote in message
news:6l4dd1timtt882911mn1nkd5b2ouivbr2m@4ax.com...
> On Thu, 14 Jul 2005 08:19:26 -0700, Dominick Baier [DevelopMentor]
> <dbaier@pleasepleasenospamdevelop.com> wrote:
>
> Hi Dominick,
>
> ¤ oh - sorry - forgot that he was impersonating...
> ¤
> ¤ the problem is not integrated auth - the problem is using NTLM and
> non-domain
> ¤ accounts.
> ¤
> ¤ NTLM cannont delegate - it is just not designed to do that.
> ¤
> ¤ you have two choices:
> ¤
> ¤ a) using sql authentication, which means you have to pass uname/password
> ¤ in the connection string
> ¤ b) use a custom worker process identity (if running under IIS6)
>
> Yeah, either of those should work.
>
> The question was multi-posted in another newsgroup and I referred him to
> the following doc:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetch05.asp
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)
- Next message: Jamie Pollard: "Storing Role And User Id in UserData of FormAuthentication"
- Previous message: RedEye: "Re: ASP.NET v2.0 login control issue with SQL Server 2000"
- In reply to: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Next in thread: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Reply: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|