9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<system.web>
|
||
|
<authorization>
|
||
|
<allow users="*"/>
|
||
|
</authorization>
|
||
|
</system.web >
|
||
|
</configuration>
|