1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<configuration> |
||||
|
<location path="." inheritInChildApplications="false"> |
||||
|
<system.webServer> |
||||
|
<modules> |
||||
|
<remove name="WebDAVModule" /> |
||||
|
</modules> |
||||
|
<handlers> |
||||
|
<remove name="WebDAV" /> |
||||
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> |
||||
|
</handlers> |
||||
|
<aspNetCore processPath="dotnet" arguments=".\AMESCoreStudio.Web.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" hostingModel="inprocess"> |
||||
|
<environmentVariables> |
||||
|
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" /> |
||||
|
</environmentVariables> |
||||
|
</aspNetCore> |
||||
|
</system.webServer> |
||||
|
</location> |
||||
|
</configuration> |
||||
|
<!--ProjectGuid: CA6D4A90-3082-489F-A844-E0788ADABD8B--> |
Loading…
Reference in new issue