????
Your IP : 3.147.79.68
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\GDT.BinhDinhF1.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
<system.web>
<httpRuntime maxRequestLength="2147483647" />
</system.web>
</configuration>
<!--ProjectGuid: d0a43ffe-5d6f-4d2a-b258-cca742d75fe6-->