Skip to content

Commit 396b58e

Browse files
committed
Setting maxRequestLength and fixing nuspec
1 parent 5bf6e6c commit 396b58e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/WebJobs.Script.NuGet/WebJobs.Script.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<dependency id="Microsoft.Azure.WebJobs.Extensions.MobileApps" version="1.0.0-alpha-10287" />
2525
<dependency id="Microsoft.Azure.WebJobs.Extensions.NotificationHubs" version="1.0.0-alpha-10287" />
2626
<dependency id="Edge.js" version="5.9.1" />
27+
<dependency id="Microsoft.CodeAnalysis.CSharp.Scripting" version="1.1.1" />
2728
</dependencies>
2829
</metadata>
2930
</package>

src/WebJobs.Script.WebHost/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<system.web>
1717
<compilation debug="true" targetFramework="4.6" />
18-
<httpRuntime targetFramework="4.5" />
18+
<httpRuntime targetFramework="4.5" maxRequestLength="4194304" />
1919
</system.web>
2020
<system.webServer>
2121
<handlers>

0 commit comments

Comments
 (0)