serkan sendur 821 Postaholic Banned Featured Poster

Modify the web.config as follows :

<configuration>
<system.web>
<authentication mode="Forms" />
</system.web>
<location path="myRestrictedPage.aspx">
<system.web>
<authorization>
<deny users="?"/>
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.