demo-pathology/frontend/web/spellcheck/server/license/web.config

10 lines
151 B
Plaintext
Raw Normal View History

2025-12-26 03:03:19 +00:00
<configuration>
<location path="">
<system.web>
<authorization>
<deny users="*"/>
</authorization>
</system.web>
</location>
</configuration>