Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 18242 was 13860, checked in by jlodewyc, 8 years ago

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

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