Hi, bis auf
<location path="pathtoprotectedarea"> Habe ich alles in der web.config drin stehen. Wenn ich oben genanntes dazu schreibe, kommt beim kompilieren eine meterlange Fehlermeldung. Gru� Arndtinho -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alexander Zeitler Gesendet: Mittwoch, 10. M�rz 2004 11:34 An: [EMAIL PROTECTED] Betreff: RE: [Asp.net] Login im... > > hast Du sowas in der Art in Deiner Web.config? > > <authentication mode="Forms"> > <forms name=".ASPXAUTH" loginUrl="Login.aspx" /> > </authentication> > und nat�rlich sowas in der Art f�r das Verzeichnis <location path="pathtoprotectedarea"> <system.web> <authorization> <deny users="?" /> </authorization> </system.web> </location> </configuration> Gruss Alex _______________________________________________ Asp.net Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/asp.net _______________________________________________ Asp.net Mailingliste, Postings senden an: [EMAIL PROTECTED] An-/Abmeldung und Suchfunktion unter: http://www.glengamoi.com/mailman/listinfo/asp.net
