From 3cecc0695f764aca6e5bd64de1cb4f4940e660b8 Mon Sep 17 00:00:00 2001 From: TekH Date: Mon, 16 Mar 2026 09:44:53 +0100 Subject: [PATCH] Add web.config for IIS hosting and development setup Configured ASP.NET Core for IIS with AspNetCoreModuleV2, in-process hosting, and set environment to Development. --- web.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web.config diff --git a/web.config b/web.config new file mode 100644 index 0000000..7cd4f73 --- /dev/null +++ b/web.config @@ -0,0 +1,13 @@ + + + + + + + + + + + + +