5 Commits

Author SHA1 Message Date
eac1ab3929 Revert "Enable Windows Authentication in web.config"
This reverts commit 81c6604295.
2026-03-18 09:41:56 +01:00
665b44ad82 Revert "Enable anonymous authentication alongside Windows auth"
This reverts commit 32ff0a4888.
2026-03-18 09:41:35 +01:00
32ff0a4888 Enable anonymous authentication alongside Windows auth
Updated launchSettings.json to set anonymousAuthentication to true. Modified web.config to add <anonymousAuthentication enabled="true" /> under <authentication>, allowing both anonymous and Windows authentication. Reformatted web.config for improved readability.
2026-03-18 09:41:17 +01:00
81c6604295 Enable Windows Authentication in web.config
Added <security> section to web.config to enable Windows Authentication with NTLM and Negotiate providers under <system.webServer>. This allows the application to authenticate users using their Windows credentials.
2026-03-18 09:41:08 +01:00
3cecc0695f 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.
2026-03-16 09:44:53 +01:00