Files
Samuele E. Locatelli 66298b92b5 update nuget vari
2019-08-06 12:28:38 +02:00

12 lines
598 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.webServer>
<modules>
<remove name="Session" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<add name="Session"
type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
preCondition="integratedMode" xdt:Transform="Remove" xdt:Locator="Match(type)" />
</modules>
</system.webServer>
</configuration>