<location path="Recovery"> //Path of the folder or form You want to allow
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
如果您不想允许未经授权的用户输入“?”
<location path="Recovery"> //Path of the folder or form You want to allow
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
If u dont want to allow unauthorized user type "?"
发布评论
评论(2)
确实如此。
检查这个帖子:
身份验证 - 一个文件夹(页面)无该项目位于 FormsAuthentifications 下,其中共享一个示例。
It does.
Check this post:
Authentification-None for one folder(page) when the project is under FormsAuthentifications which shares an example.
如果您不想允许未经授权的用户输入“?”
If u dont want to allow unauthorized user type "?"