Skip to content

Commit 89fc141

Browse files
authored
Switching httpRuntime to 4.7.2 (#8810)
1 parent 66e57da commit 89fc141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
<add tagPrefix="ef" assembly="Microsoft.AspNet.EntityDataSource" namespace="Microsoft.AspNet.EntityDataSource"/>
341341
</controls>
342342
</pages>
343-
<httpRuntime targetFramework="4.5" maxQueryStringLength="12000" maxRequestLength="256000" requestPathInvalidCharacters="&lt;,&gt;,*,%,:,\,?" relaxedUrlToFileSystemMapping="true" enableVersionHeader="false"/>
343+
<httpRuntime targetFramework="4.7.2" maxQueryStringLength="12000" maxRequestLength="256000" requestPathInvalidCharacters="&lt;,&gt;,*,%,:,\,?" relaxedUrlToFileSystemMapping="true" enableVersionHeader="false"/>
344344
<httpModules>
345345
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah, Version=1.2.14706.0, Culture=neutral, PublicKeyToken=57eac04b2e0f138e, processorArchitecture=MSIL"/>
346346
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah, Version=1.2.14706.0, Culture=neutral, PublicKeyToken=57eac04b2e0f138e, processorArchitecture=MSIL"/>

0 commit comments

Comments
 (0)