Forum: ASP.NET |
Thema:
Re: Cookies Frage |
Von:
G. Guest (
20.04.2004 15:50) |
Hallo, die Methode ist zwar leicht, aber irgendwie kriege ich es nicht gebacken!
Mein web.config liegt im Verzeichniss aspatent:
<configuration>
<system.web>
<authentication mode="Forms">
<forms name=".aspatent" loginUrl="default.aspx" protection="all" timeout="30" path="/">
</forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</configuration>
Das Password und der Benutzername werden aus der DB ausgelesen (s. oben im ersten Thread). Beim Ausführen deafault.aspx bekomme ich folgende Meldung (Cofiguration Error):
"It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS."
Was mache ich falsch hier?
Betreff |
Von |
Datum |
|
|
Re: Cookies Frage
This error can be caused by a virtual directory not being configured as an application in IIS."<br><br>Du darfst das in einem unterverzeichnis nur angeben, wenn es ein iis anwendung ist |
|
|
|
|
|
Hannes
Preishuber
|
20.04.2004 17:10 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!