diff --git a/GPW.CORE.Api/Properties/launchSettings.json b/GPW.CORE.Api/Properties/launchSettings.json
index 9253c1e..754c1e4 100644
--- a/GPW.CORE.Api/Properties/launchSettings.json
+++ b/GPW.CORE.Api/Properties/launchSettings.json
@@ -1,13 +1,13 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:39480",
- "sslPort": 44359
- }
- },
+ "iisSettings": {
+ "windowsAuthentication": true,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:39480",
+ "sslPort": 44359
+ }
+ },
"profiles": {
"GPW.CORE.Api": {
"commandName": "Project",
diff --git a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
index 0136334..9ee3e90 100644
--- a/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
+++ b/GPW.CORE.WRKLOG/GPW.CORE.WRKLOG.csproj
@@ -2,7 +2,7 @@