Compare commits

...

2 Commits

Author SHA1 Message Date
김한진 1cd770aacb 추가개발01/02_2 2026-01-02 14:56:59 +09:00
김한진 d315bd0243 추가개발01/02_2 2026-01-02 14:56:53 +09:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<ProjectView>ProjectFiles</ProjectView> <ProjectView>ShowAllFiles</ProjectView>
<UseIISExpress>false</UseIISExpress> <UseIISExpress>false</UseIISExpress>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />

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>