From 1677e2b66e829f40476352827b282ed061096c84 Mon Sep 17 00:00:00 2001 From: Loretta Date: Tue, 2 Sep 2025 15:21:57 +0200 Subject: [PATCH] temp --- .../Nop.Web/Properties/launchSettings.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Presentation/Nop.Web/Properties/launchSettings.json b/Presentation/Nop.Web/Properties/launchSettings.json index 838bca2..7495d45 100644 --- a/Presentation/Nop.Web/Properties/launchSettings.json +++ b/Presentation/Nop.Web/Properties/launchSettings.json @@ -7,6 +7,21 @@ "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "https://localhost:59579;http://localhost:59580" + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + }, + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:52583/", + "sslPort": 44372 } } } \ No newline at end of file