Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/wwwroot/web.config @ 14895

Last change on this file since 14895 was 13860, checked in by jlodewyc, 9 years ago

#2582 RC2 migration fixed. OKB query implemented. Preparing for OKB manager

File size: 415 bytes
RevLine 
[13860]1<configuration>
[13656]2  <system.webServer>
3    <handlers>
[13860]4      <add name="aspNetCore" path="*" verb="*"
5              modules="AspNetCoreModule" resourceType="Unspecified"/>
[13656]6    </handlers>
[13860]7    <aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%"
8        stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout"
9        forwardWindowsAuthToken="false"/>
[13656]10  </system.webServer>
[13860]11</configuration>
Note: See TracBrowser for help on using the repository browser.