WEBD-325-45/week-04/project/libraries/web.config

8 lines
183 B
Plaintext
Raw Normal View History

2022-04-17 21:04:21 +00:00
<?xml version="1.0"?>
<configuration>
<system.web>
<authorization>
<deny users="*" />
</authorization>
</system.web>
</configuration>