We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf6e6c commit 396b58eCopy full SHA for 396b58e
src/WebJobs.Script.NuGet/WebJobs.Script.nuspec
@@ -24,6 +24,7 @@
24
<dependency id="Microsoft.Azure.WebJobs.Extensions.MobileApps" version="1.0.0-alpha-10287" />
25
<dependency id="Microsoft.Azure.WebJobs.Extensions.NotificationHubs" version="1.0.0-alpha-10287" />
26
<dependency id="Edge.js" version="5.9.1" />
27
+ <dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="1.1.1" />
28
</dependencies>
29
</metadata>
30
</package>
src/WebJobs.Script.WebHost/Web.config
@@ -15,7 +15,7 @@
15
-->
16
<system.web>
17
<compilation debug="true" targetFramework="4.6" />
18
- <httpRuntime targetFramework="4.5" />
+ <httpRuntime targetFramework="4.5" maxRequestLength="4194304" />
19
</system.web>
20
<system.webServer>
21
<handlers>
0 commit comments