추가개발01/02_2

This commit is contained in:
김한진 2026-01-02 14:56:06 +09:00
parent 248e3ac511
commit d315bd0243
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
<error statusCode="403" redirect="~/Account/Error403" /> <error statusCode="403" redirect="~/Account/Error403" />
<error statusCode="500" redirect="~/Account/Error500" /> <error statusCode="500" redirect="~/Account/Error500" />
</customErrors> </customErrors>
<compilation debug="true" targetFramework="4.6" /> <compilation debug="false" targetFramework="4.6" xdt:Transform="SetAttributes" />
<!--<compilation debug="false" targetFramework="4.6" />product--> <!--<compilation debug="false" targetFramework="4.6" />product-->
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="61200" /> <httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="61200" />
<httpModules> <httpModules>