Hallo
Danke f�r die Antworten. Aber jetzt kommt ne Fehlermeldung.
Unbekannter Konfigurationsabschnitt 'location'

Meine web.config f�ngt so an:
<configuration>
  <system.web>
        <location path="/jeder">
                        <system.web>
                                <authorization>
                                        <allow users="*" />
                                </authorization>
                        </system.web>
        </location>
[...]

Ich hab auch schon verschiedenes bei path versucht.
/jeder
jeder
/jeder/
/jeder/*.*

Im Ordner jeder sind die Dateien auf die jeder zugriff haben sollte.

--
Roland Schumacher
[EMAIL PROTECTED]

> Hallo Roland,
>
> das ist kein Problem. Du musst nur die die web.config anpassen:
>
> <location path="nameEinesUnterordners">
>               <system.web>
>                       <authorization>
>                               <allow users="*" />
>                       </authorization>
>               </system.web>
> </location>
>
> Nico


| [aspdedotnet] als [email protected] subscribed
| http://www.dotnetgerman.com/archiv/aspdedotnet/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.dotnetgerman.com/listen/aspDEdotnet.asp

Antwort per Email an