Enable anonymous authentication alongside Windows auth

Updated launchSettings.json to set anonymousAuthentication to true. Modified web.config to add <anonymousAuthentication enabled="true" /> under <authentication>, allowing both anonymous and Windows authentication. Reformatted web.config for improved readability.
This commit is contained in:
2026-03-18 09:41:17 +01:00
parent 81c6604295
commit 32ff0a4888
2 changed files with 26 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": true,
"anonymousAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:3643",
"sslPort": 44347