<location path="Documents.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
This assumes that the <authentication> part of the web.config file is set up to use forms authentication.
<location path="Documents.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
0 comments:
Post a Comment