From 083cef910580c4fb1ce177f54bfb7fed61c49543 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 23 Dec 2022 19:18:01 +0100 Subject: [PATCH] Aggiunto auth windows x sito --- IobConf.UI/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IobConf.UI/Properties/launchSettings.json b/IobConf.UI/Properties/launchSettings.json index f4333230..333b6f88 100644 --- a/IobConf.UI/Properties/launchSettings.json +++ b/IobConf.UI/Properties/launchSettings.json @@ -1,7 +1,7 @@ { "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, + "windowsAuthentication": true, + "anonymousAuthentication": false, "iisExpress": { "applicationUrl": "http://localhost:59406", "sslPort": 44365