Re: integrated login and folder permissions
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 10/17/05
- Next message: Bala Nagarajan: "Re: Cryptography."
- Previous message: TheBurgerMan: "Re: How do I fix this error: "The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to ""
- In reply to: Dominick Baier [DevelopMentor]: "Re: integrated login and folder permissions"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: integrated login and folder permissions"
- Reply: Dominick Baier [DevelopMentor]: "Re: integrated login and folder permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 17 Oct 2005 10:37:53 -0500
On Thu, 13 Oct 2005 13:55:32 -0700, Dominick Baier [DevelopMentor]
<dbaier@pleasepleasenospamdevelop.com> wrote:
¤ Hello Paul,
¤
¤ the FileAuthorizationModule which does the access checking for disk files
¤ (when <authentication mode="Windows" /> is set) uses the windows token that
¤ resulted in IIS integrated authentication. Turning impersonation on for this
¤ to work is NOT required.
¤
¤ the domain users need at least read privileges for the files that should
¤ be accessible to them.
¤
¤ another option is to set resource permissions in web.config by using a <authorization>
¤ element.
¤
Hi Dominick,
Are you saying there is no difference between accessing web application resources and resources
accessed via code? My understanding was that the latter required that the web app process execute
under an identity that had sufficient permissions to do so.
Of course I may have assumed incorrectly that was what he was attempting to do.
Paul
~~~~
Microsoft MVP (Visual Basic)
- Next message: Bala Nagarajan: "Re: Cryptography."
- Previous message: TheBurgerMan: "Re: How do I fix this error: "The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to ""
- In reply to: Dominick Baier [DevelopMentor]: "Re: integrated login and folder permissions"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: integrated login and folder permissions"
- Reply: Dominick Baier [DevelopMentor]: "Re: integrated login and folder permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|