anonymous access for one page
- From: "ad" <flying@xxxxxxxxxxxxxxx>
- Date: Tue, 26 Feb 2008 04:55:06 +0800
The content of my Web.config is below
<authentication mode="Form">
<forms name="HealthCookie" loginUrl="Login.aspx" defaultUrl="Home.aspx"
rotection="Validation">
</forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>
But I need more one page than login.aspx to be anonymous access.
How can I mark it in web.config?
.
- Prev by Date: Impersonate registry user/pwd
- Next by Date: SAML token from external STS leads to error
- Previous by thread: Impersonate registry user/pwd
- Next by thread: SAML token from external STS leads to error
- Index(es):