Loginf funktioniert jetzt wieder!
This commit is contained in:
12
Web.config
12
Web.config
@@ -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-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user