surat/frontend/web/spellcheck/server/ajax/asp.net/Web.config

12 lines
248 B
Plaintext
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?xml version="1.0"?>
<configuration>
<location path="" allowOverride="false">
<system.web>
<authorization>
<allow users="?" />
<allow users="*" />
</authorization>
</system.web>
</location>
</configuration>