Commit Graph

2 Commits

Author SHA1 Message Date
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