forms验证一些web.config

<location path="admins">
<system.web>
<authorization>
<!-- Order and case are important below -->
<allow roles="Administrator"/>
<deny users="*"/>
</authorization>
</system.web>
</location>
posted @ 2006-10-26 18:21  folen  阅读(175)  评论(0)    收藏  举报