migrate to new git
This commit is contained in:
18
web/sites/Web.config
Normal file
18
web/sites/Web.config
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<system.web>
|
||||
|
||||
</system.web>
|
||||
<location path="sites">
|
||||
<system.web>
|
||||
<authorization>
|
||||
<!--<allow users ="*" />-->
|
||||
<deny users="*" />
|
||||
</authorization>
|
||||
</system.web>
|
||||
</location>
|
||||
</configuration>
|
||||
|
||||
<!--
|
||||
https://docs.microsoft.com/zh-TW/troubleshoot/developer/webapps/aspnet/www-authentication-authorization/authorization-permissions
|
||||
-->
|
||||
Reference in New Issue
Block a user