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 6529bf0 commit e476cc2Copy full SHA for e476cc2
src/WebJobs.Script.WebHost/Web.config
@@ -40,7 +40,7 @@
40
this is a breaking change for them. Before making any changes, please make sure this is
41
discussed and validated.
42
-->
43
- <httpRuntime targetFramework="4.6.2" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" enableVersionHeader="false"/>
+ <httpRuntime targetFramework="4.6.2" maxRequestLength="102400" maxUrlLength="8192" maxQueryStringLength="4096" requestPathInvalidCharacters="" enableVersionHeader="false" relaxedUrlToFileSystemMapping="true"/>
44
</system.web>
45
</location>
46
<system.webServer>
0 commit comments