zgq
2021-03-25 128658387626323ae475ca57660e6daa2f72f7d8
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<configuration>
 
  <location path="Manage.aspx">
    <system.web>
      <authorization>
        <deny users="?"/>
      </authorization>
    </system.web>
  </location>
 
</configuration>