Page Level Authentication

From: yop (yop_at_oceanfree.net)
Date: 08/29/03

  • Next message: Kevin Kenny: "Dsn.Resolve() fails in ASP.NET"
    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


  • Next message: Kevin Kenny: "Dsn.Resolve() fails in ASP.NET"