Skip to content

Commit

Permalink
Web.Config agregado
Browse files Browse the repository at this point in the history
  • Loading branch information
erickorlando committed Apr 26, 2024
1 parent 6b0cbd7 commit d575ece
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ECommerceWeb.Server/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?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="dotnet" arguments=".\ECommerceWeb.Server.dll" stdoutLogEnabled="false" stdoutLogFile=".\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: C0C08586-E16B-4841-A2B8-4FF242868BAB-->

0 comments on commit d575ece

Please sign in to comment.