|
|
@@ -26,8 +26,9 @@ |
|
|
|
--> |
|
|
|
<system.web> |
|
|
|
<compilation debug="true" targetFramework="4.6.1" /> |
|
|
|
<httpRuntime /> |
|
|
|
<pages controlRenderingCompatibilityVersion="4.0" /> |
|
|
|
<!--最大请求长度,单位为KB(千字节),默认为4M,设置为1G,上限为2G --> |
|
|
|
<httpRuntime maxRequestLength="1048576" executionTimeout="3600" /> |
|
|
|
<httpHandlers> |
|
|
|
<add verb="*" type="Nancy.Hosting.Aspnet.NancyHttpRequestHandler" path="*" /> |
|
|
|
</httpHandlers> |
|
|
|