From 81c6604295bb0cd4ceada2a86c3b6e83403f0f66 Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 18 Mar 2026 09:41:08 +0100 Subject: [PATCH] Enable Windows Authentication in web.config Added section to web.config to enable Windows Authentication with NTLM and Negotiate providers under . This allows the application to authenticate users using their Windows credentials. --- web.config | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/web.config b/web.config index 7cd4f73..8c9cb7a 100644 --- a/web.config +++ b/web.config @@ -1,13 +1 @@ - - - - - - - - - - - - - +