Loginf funktioniert jetzt wieder!

This commit is contained in:
ja
2021-10-22 08:47:44 +02:00
parent e96e9ca08e
commit 67f0dbd992
3 changed files with 57 additions and 74 deletions

View File

@@ -123,5 +123,15 @@
<add key="ClientValidationEnabled" value="true"/>
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
</appSettings>
<location path="Customers">
<system.web>
<authorization>
<allow users="?"/>
<!--A question mark (?) denies anonymous users-->
</authorization>
</system.web>
</location>
</configuration>
<!--ProjectGuid: 9b651bc0-361a-4f93-8118-dd8a986f2371-->
<!--ProjectGuid: 9b651bc0-361a-4f93-8118-dd8a986f2371-->
<!--Deny access for 'images' folder-->