File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 35
35
<clear />
36
36
</namespaces >
37
37
</pages >
38
- <httpRuntime targetFramework =" 4.5" maxRequestLength =" 16384 " />
38
+ <httpRuntime targetFramework =" 4.5" maxRequestLength =" 102400 " />
39
39
</system .web>
40
40
</location >
41
41
<system .webServer>
46
46
<add name =" ExtensionlessUrlHandler-Integrated-4.0" path =" *." verb =" *" type =" System.Web.Handlers.TransferRequestHandler" preCondition =" integratedMode,runtimeVersionv4.0" />
47
47
</handlers >
48
48
<validation validateIntegratedModeConfiguration =" false" />
49
+ <security >
50
+ <requestFiltering >
51
+ <requestLimits maxAllowedContentLength =" 104857600" />
52
+ </requestFiltering >
53
+ </security >
49
54
</system .webServer>
50
55
<runtime >
51
56
<assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
You can’t perform that action at this time.
0 commit comments