From 665b44ad8201b3422bb2e520600ac72ccd36e6c3 Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 18 Mar 2026 09:41:35 +0100 Subject: [PATCH] Revert "Enable anonymous authentication alongside Windows auth" This reverts commit 32ff0a4888455d8c2d41b64eae331f81a1a37b24. --- Properties/launchSettings.json | 2 +- web.config | 26 +------------------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 3b1961d..d6df54f 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": true, - "anonymousAuthentication": true, + "anonymousAuthentication": false, "iisExpress": { "applicationUrl": "http://localhost:3643", "sslPort": 44347 diff --git a/web.config b/web.config index bbba6bf..8c9cb7a 100644 --- a/web.config +++ b/web.config @@ -1,25 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +