Page Level Authentication
From: yop (yop_at_oceanfree.net)
Date: 08/29/03
- Previous message: Lewis Wang [MSFT]: "Re: Security problems when running code from different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 29 Aug 2003 03:37:05 -0700
Is there anyway that you can have authentication at a
page level as per the example below?
<location path="main.aspx">
<system.web>
<authorization>
<allow users="admin"/>
<deny users="*" />
</authorization>
</system.web>
</location>
thanks
- Previous message: Lewis Wang [MSFT]: "Re: Security problems when running code from different machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]