RE: location authorization
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/14/05
- Next message: Ryan: "Re: Get.Roles / IPrincipal"
- Previous message: Ken Schaefer: "Re: Windows Auth question/issue"
- Next in thread: [MSFT]: "RE: location authorization"
- Maybe reply: [MSFT]: "RE: location authorization"
- Maybe reply: [MSFT]: "RE: location authorization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 14 Nov 2005 02:25:52 GMT
Hello,
You don't need to define it for each sub diretocy, only the top one is
enough:
<location path="SITE_ADMIN" >
<system.web>
<authorization>
<allow users="SADMIN" />
<deny users="*" />
</authorization>
</system.web>
</location>
Luke
- Next message: Ryan: "Re: Get.Roles / IPrincipal"
- Previous message: Ken Schaefer: "Re: Windows Auth question/issue"
- Next in thread: [MSFT]: "RE: location authorization"
- Maybe reply: [MSFT]: "RE: location authorization"
- Maybe reply: [MSFT]: "RE: location authorization"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]