Skip to content

Commit e476cc2

Browse files
committed
Update Web.config
1 parent 6529bf0 commit e476cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
this is a breaking change for them. Before making any changes, please make sure this is
4141
discussed and validated.
4242
-->
43-
<httpRuntime targetFramework="4.6.2" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" enableVersionHeader="false"/>
43+
<httpRuntime targetFramework="4.6.2" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" enableVersionHeader="false" relaxedUrlToFileSystemMapping="true"/>
4444
</system.web>
4545
</location>
4646
<system.webServer>

0 commit comments

Comments
 (0)