19 lines
330 B
Plaintext
19 lines
330 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<configuration>
|
||
|
|
||
|
<location path="Register.aspx">
|
||
|
<system.web>
|
||
|
<authorization>
|
||
|
<allow users="*"/>
|
||
|
</authorization>
|
||
|
</system.web>
|
||
|
</location>
|
||
|
|
||
|
<system.web>
|
||
|
<authorization>
|
||
|
<deny users="?"/>
|
||
|
</authorization>
|
||
|
</system.web>
|
||
|
|
||
|
</configuration>
|