Web.config:
<authentication mode="Windows"/>
Anyway I can limit the access of menu items and pages to a particiular
active directory group?Accessibility to ASP.NET app/pages is two step process: Authentication and
Authoriztion. With <authentication mode=" Windows">, the ASP.NET simply
accepts whoever the user is, as long as he is logged in his computer in the
network. That does not mean he is AUTHORIZED to access any pages in the
ASP.NET app. It will be decided by which user account is used to run the
ASP.NET app, whether the ASP.NET app is configured to use "Impersonation"...
Yes, you can limit perticular users/groups' access to certain/all pages in
the ASP.NET, if configured correctly. Study more on Authentication and
Authorization may be necessary.
"nkw" <nkw@.discussions.microsoft.com> wrote in message
news:2E8A0333-9409-4EA1-817A-33CDFD7836FB@.microsoft.com...
> Web.config:
> <authentication mode="Windows"/>
> Anyway I can limit the access of menu items and pages to a particiular
> active directory group?
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment