Hallo,
>
> ich bin immer noch nicht ganz zufrieden mit der Logout-Sache.
> Mein Button-Click sieht so aus:
>
> private void login_Click(object sender, System.EventArgs e)
> {
> FormsAuthentication.SignOut();
> }
>
> Wenn ich aber jetzt die "gesch�tzte" Seite aufrufe, also einfach �ber
> die URL komme ich ohne Probleme dahin. Wieso? Ich verstehe das nicht.
>
Du brauchst noch das deny f�r nicht eingeloggte User:
<location path="pathtoprotectedarea">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
Gruss
Alex
_______________________________________________
Asp.net Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/asp.net