summaryrefslogtreecommitdiff
path: root/bin/Debug/net6.0/publish/web.config
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2022-09-15 17:22:56 -0500
committerHombreLaser <sebastian-440@live.com>2022-09-15 17:22:56 -0500
commitc314f2739fee287d24dd0c1cbf2994c17a0e3221 (patch)
treeea695657b1d6fbd5bf29e9aba191d9d32ad6b01f /bin/Debug/net6.0/publish/web.config
parent900637ac667a8aaa79a94c043dea69b1888c5534 (diff)
Añadir archivos de primera ejecución
Diffstat (limited to 'bin/Debug/net6.0/publish/web.config')
-rw-r--r--bin/Debug/net6.0/publish/web.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/Debug/net6.0/publish/web.config b/bin/Debug/net6.0/publish/web.config
new file mode 100644
index 0000000..8959ed9
--- /dev/null
+++ b/bin/Debug/net6.0/publish/web.config
@@ -0,0 +1,11 @@
+<?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=".\LibraryAPI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
+ </system.webServer>
+ </location>
+</configuration> \ No newline at end of file