Re: ASP.NET Authentication
- From: "Cathleen C via DotNetMonster.com" <u12958@uwe>
- Date: Wed, 21 Dec 2005 22:51:46 GMT
I considered going with the <authorization/> it just seemed inefficient to
include user names in a file instead of directly on the folder.
So if I take that approach then I still need to give Network Services access
to the folder in Explorer, and in web.config a list of users allowed to view
the app? Can I list network groups? And only those will be able to view it?
Since setting permissions has become more complicated than just adding users
to the directory itself, I fully expect that you have to list everyone that
is denied.
I ran into some info on ACL elsewhere, but all I know is that it stands for
Access Control List. From where do you access this?
Tahnks for your help.
Joe Kaplan (MVP - ADSI) wrote:
>If you are using Windows authentication, it might be easier to just use the
><authorization/> element in the web.config file to specify allow/deny lists
>for your application than to resort to file system ACLs. ACLs give you
>defense in depth and are a good idea, but the <authorization/> element is
>sufficient for what you want.
>
>If you mess with ACLs, remember that the worker process identity still needs
>to be able to read the files too.
>
>Joe K.
>
>> I'm now well beyond frustration.
>>
>[quoted text clipped - 48 lines]
>> Can anyone shed some light. It seems like this should be such a simple
>> process.
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-security/200512/1
.
- Follow-Ups:
- Re: ASP.NET Authentication
- From: Dominick Baier [DevelopMentor]
- Re: ASP.NET Authentication
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ASP.NET Authentication
- References:
- ASP.NET Authentication
- From: Cathleen C via DotNetMonster.com
- Re: ASP.NET Authentication
- From: Joe Kaplan \(MVP - ADSI\)
- ASP.NET Authentication
- Prev by Date: Re: Getting 403 Forbidden error. Client Cert didn't sent
- Next by Date: Re: ASP.NET Authentication
- Previous by thread: Re: ASP.NET Authentication
- Next by thread: Re: ASP.NET Authentication
- Index(es):
Relevant Pages
|
|