1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-05 21:53:19 +00:00
Files
MeshCommander/web.config
Ylian Saint-Hilaire 3deafe34ef first commit
2020-03-09 11:11:06 -07:00

6 lines
200 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="32768" />
</system.web>
</configuration>