summaryrefslogtreecommitdiff
path: root/bin/Debug/net6.0/publish/web.config
diff options
context:
space:
mode:
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