Re: Is Delegation Necessary?
- From: headware <david.k.land@xxxxxxxxx>
- Date: Wed, 8 Jul 2009 21:39:22 -0700 (PDT)
On Jul 8, 5:30 pm, "Mark Rae [MVP]" <m...@xxxxxxxxxxxxxxxxx> wrote:
"headware" <david.k.l...@xxxxxxxxx> wrote in message
news:56df8081-c783-4d30-b675-4b3c995e5af7@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If so, why is this working?
Because it's not necessary in this case...
Would you please explain why it's not required in this case?
I'm not quite sure how to answer your question - it's not required because
it's not required, in the same way that it's not required to use a web
service, or AJAX, or remoting, or <insert any particular technology you
like> to query an Excel file with ADO.NET.
Perhaps it might be simpler if you explain why you think it should be
required...?
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Well, I've read in several places that it's required in order to
access network resources. Here are some examples:
From Microsoft:http://msdn.microsoft.com/en-us/library/ms998351.aspx
"you can use impersonation to access local resources . . . Delegation
allows you to use an impersonation token to access network resources."
Non-Microsoft:
http://www.infosysblogs.com/microsoft/2009/02/impersonation_and_delegation_t.html
"In summary, impersonation is pretending to be someone else, other
than the process identity, and access local resources . . . delegation
is authentication across machine boundary on behalf of someone else."
I don't have a lot of experience with impersonation and delegation so
it's entirely possible that I'm misunderstanding this. If that's the
case, maybe you could give me an example of when it would be necessary
to use delegation and why impersonation wouldn't be sufficient.
Thanks,
Dave
.
- Follow-Ups:
- Re: Is Delegation Necessary?
- From: Larry Smith
- Re: Is Delegation Necessary?
- From: Mark Rae [MVP]
- Re: Is Delegation Necessary?
- References:
- Is Delegation Necessary?
- From: headware
- Re: Is Delegation Necessary?
- From: Mark Rae [MVP]
- Re: Is Delegation Necessary?
- From: headware
- Re: Is Delegation Necessary?
- From: Mark Rae [MVP]
- Is Delegation Necessary?
- Prev by Date: Data binding etc
- Next by Date: RE: Trap Data Tier Errors?
- Previous by thread: Re: Is Delegation Necessary?
- Next by thread: Re: Is Delegation Necessary?
- Index(es):
Relevant Pages
|