Skip to content

Commit

Permalink
added web config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi Imam authored and Mehdi Imam committed Nov 26, 2020
1 parent 68f48c9 commit 3e66e73
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions EhiSampleApp/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath=".\EhiSampleApp.exe" arguments="" stdoutLogEnabled="true" hostingModel="InProcess" stdoutLogFile=".\logs\stdout">
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Production" />

<environmentVariable name="COMPLUS_ForceENC" value="1" />
</environmentVariables>
</aspNetCore>
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: CD600380-3989-41E4-B430-9B058A3CAAC1-->

0 comments on commit 3e66e73

Please sign in to comment.