Compare commits
2 Commits
248e3ac511
...
1cd770aacb
| Author | SHA1 | Date |
|---|---|---|
|
|
1cd770aacb | |
|
|
d315bd0243 |
|
|
@ -2,7 +2,7 @@
|
|||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<Use64BitIISExpress />
|
||||
<IISExpressSSLPort />
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@
|
|||
<error statusCode="403" redirect="~/Account/Error403" />
|
||||
<error statusCode="500" redirect="~/Account/Error500" />
|
||||
</customErrors>
|
||||
<compilation debug="true" targetFramework="4.6" />
|
||||
<compilation debug="false" targetFramework="4.6" xdt:Transform="SetAttributes" />
|
||||
<!--<compilation debug="false" targetFramework="4.6" />product-->
|
||||
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="61200" />
|
||||
<httpModules>
|
||||
|
|
|
|||
Loading…
Reference in New Issue