Files
17168ERP/web/sites/Web.config
2025-08-29 01:27:25 +08:00

19 lines
413 B
XML

<?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
-->