Compare commits

..

No commits in common. "1cd770aacbc7ca0aa74eda97fc1ba7883d1a8a70" and "248e3ac51126a90a5037ce560abda93ecc84ccf4" have entirely different histories.

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>ShowAllFiles</ProjectView> <ProjectView>ProjectFiles</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="false" targetFramework="4.6" xdt:Transform="SetAttributes" /> <compilation debug="true" targetFramework="4.6" />
<!--<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>