REORG
This commit is contained in:
parent
8d68ee380a
commit
45514010f2
3505 changed files with 154 additions and 523 deletions
15
src/Org/wwwroot/web.config
Normal file
15
src/Org/wwwroot/web.config
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<customErrors mode="Off"/>
|
||||
<handlers>
|
||||
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
|
||||
</handlers>
|
||||
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false"/>
|
||||
|
||||
</system.webServer>
|
||||
<system.web>
|
||||
<sessionState cookieless="true"
|
||||
regenerateExpiredSessionId="true" />
|
||||
</system.web>
|
||||
</configuration>
|
||||
Loading…
Add table
Add a link
Reference in a new issue