06-02-2025 11:20:48 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 11:20:49 [Information] Now listening on: "https://localhost:7228" 06-02-2025 11:20:49 [Information] Now listening on: "http://localhost:5046" 06-02-2025 11:20:49 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 11:20:49 [Information] Hosting environment: "Development" 06-02-2025 11:20:49 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 11:20:49 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 11:20:51 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1767.7631ms 06-02-2025 11:20:51 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 11:20:51 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 5.1434ms 06-02-2025 11:20:51 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 11:20:51 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 110.232ms 06-02-2025 11:20:51 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 11:20:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 161.4946ms 06-02-2025 11:47:08 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 11:47:08 [Information] Now listening on: "https://localhost:7228" 06-02-2025 11:47:08 [Information] Now listening on: "http://localhost:5046" 06-02-2025 11:47:08 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 11:47:08 [Information] Hosting environment: "Development" 06-02-2025 11:47:08 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 11:47:09 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 11:47:10 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1444.8065ms 06-02-2025 11:47:10 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 11:47:10 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 11:47:10 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 5.5902ms 06-02-2025 11:47:10 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 32.3366ms 06-02-2025 11:47:10 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 11:47:10 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 115.2121ms 06-02-2025 11:48:33 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 11:48:33 [Information] CORS policy execution successful. 06-02-2025 11:48:33 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 11:48:33 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 11:48:36 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 11:48:36 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 3645.0222ms 06-02-2025 11:48:36 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 11:48:36 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 3708.9503ms 06-02-2025 11:49:12 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 11:49:12 [Information] CORS policy execution successful. 06-02-2025 11:49:12 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 11:49:12 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 11:49:15 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 11:49:15 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 2178.458ms 06-02-2025 11:49:15 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 11:49:15 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 2187.9525ms 06-02-2025 12:02:18 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:02:18 [Information] CORS policy execution successful. 06-02-2025 12:02:18 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:02:18 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:02:21 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 12:02:21 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 2837.4814ms 06-02-2025 12:02:21 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:02:21 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 2842.2863ms 06-02-2025 12:07:16 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:07:16 [Information] CORS policy execution successful. 06-02-2025 12:07:16 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:07:16 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:08:24 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 12:08:24 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 68011.3881ms 06-02-2025 12:08:24 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:08:24 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 68016.3998ms 06-02-2025 12:11:36 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:11:36 [Information] CORS policy execution successful. 06-02-2025 12:11:36 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:11:36 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:13:39 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 12:13:39 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 122148.7408ms 06-02-2025 12:13:39 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:13:39 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 122153.4551ms 06-02-2025 12:13:49 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:13:49 [Information] CORS policy execution successful. 06-02-2025 12:13:49 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:13:49 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:20:38 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:20:38 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:20:38 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:20:38 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:20:38 [Information] Hosting environment: "Development" 06-02-2025 12:20:38 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:20:39 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:20:41 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:20:41 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:20:41 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2660.4278ms 06-02-2025 12:20:41 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 11.4789ms 06-02-2025 12:20:41 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 80.4081ms 06-02-2025 12:20:41 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:20:42 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 289.5737ms 06-02-2025 12:21:12 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:21:12 [Information] CORS policy execution successful. 06-02-2025 12:21:12 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:21:12 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:34:14 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:34:15 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:34:15 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:34:15 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:34:15 [Information] Hosting environment: "Development" 06-02-2025 12:34:15 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:34:15 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:34:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1510.811ms 06-02-2025 12:34:17 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:34:17 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:34:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 8.9156ms 06-02-2025 12:34:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 42.3334ms 06-02-2025 12:34:17 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:34:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 124.9314ms 06-02-2025 12:35:04 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:35:05 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:35:05 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:35:05 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:35:05 [Information] Hosting environment: "Development" 06-02-2025 12:35:05 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:35:05 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:35:07 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2220.5072ms 06-02-2025 12:35:08 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:35:08 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:35:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 10.3141ms 06-02-2025 12:35:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 70.132ms 06-02-2025 12:35:08 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:35:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 290.9167ms 06-02-2025 12:35:20 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:35:20 [Information] CORS policy execution successful. 06-02-2025 12:35:20 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:35:20 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:35:37 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 12:35:37 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 17723.8007ms 06-02-2025 12:35:37 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:35:37 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 17776.5101ms 06-02-2025 12:36:21 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:36:21 [Information] CORS policy execution successful. 06-02-2025 12:36:21 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:36:21 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:38:06 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:38:06 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:38:06 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:38:06 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:38:06 [Information] Hosting environment: "Development" 06-02-2025 12:38:06 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:38:07 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:38:09 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:38:09 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:38:09 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1806.422ms 06-02-2025 12:38:09 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 7.2789ms 06-02-2025 12:38:09 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 53.7257ms 06-02-2025 12:38:09 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:38:09 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 172.5834ms 06-02-2025 12:38:20 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:38:20 [Information] CORS policy execution successful. 06-02-2025 12:38:20 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:38:20 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:41:08 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:41:09 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:41:09 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:41:09 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:41:09 [Information] Hosting environment: "Development" 06-02-2025 12:41:09 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:41:09 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:41:11 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:41:11 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:41:11 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1838.2774ms 06-02-2025 12:41:11 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 13.771ms 06-02-2025 12:41:11 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 58.2355ms 06-02-2025 12:41:11 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:41:11 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 154.202ms 06-02-2025 12:41:23 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:41:23 [Information] CORS policy execution successful. 06-02-2025 12:41:23 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:41:23 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:44:58 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:44:58 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:44:58 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:44:58 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:44:58 [Information] Hosting environment: "Development" 06-02-2025 12:44:58 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:44:59 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:45:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2363.9797ms 06-02-2025 12:45:01 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:45:01 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:45:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 16.0064ms 06-02-2025 12:45:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 109.4236ms 06-02-2025 12:45:01 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:45:02 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 221.3192ms 06-02-2025 12:45:12 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:45:12 [Information] CORS policy execution successful. 06-02-2025 12:45:12 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:45:12 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 12:45:44 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 12:45:44 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 31859.2551ms 06-02-2025 12:45:44 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:45:44 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 31908.3187ms 06-02-2025 12:48:29 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 12:48:29 [Information] Now listening on: "https://localhost:7228" 06-02-2025 12:48:29 [Information] Now listening on: "http://localhost:5046" 06-02-2025 12:48:29 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 12:48:29 [Information] Hosting environment: "Development" 06-02-2025 12:48:29 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 12:48:30 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 12:48:32 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2436.2127ms 06-02-2025 12:48:32 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 12:48:32 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 12:48:32 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 13.1797ms 06-02-2025 12:48:33 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 67.1444ms 06-02-2025 12:48:33 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 12:48:33 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 226.24ms 06-02-2025 12:48:43 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 12:48:43 [Information] CORS policy execution successful. 06-02-2025 12:48:43 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 12:48:43 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 13:00:49 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 13:00:50 [Information] Now listening on: "https://localhost:7228" 06-02-2025 13:00:50 [Information] Now listening on: "http://localhost:5046" 06-02-2025 13:00:50 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 13:00:50 [Information] Hosting environment: "Development" 06-02-2025 13:00:50 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 13:00:50 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 13:00:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1535.6289ms 06-02-2025 13:00:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 13:00:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 13:00:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 11.3579ms 06-02-2025 13:00:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 46.5535ms 06-02-2025 13:00:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 13:00:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 116.631ms 06-02-2025 13:01:03 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 13:01:03 [Information] CORS policy execution successful. 06-02-2025 13:01:03 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 13:01:03 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 13:02:34 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 13:02:34 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 90729.0366ms 06-02-2025 13:02:34 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 13:02:34 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 90776.3269ms 06-02-2025 13:57:56 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 13:57:57 [Information] Now listening on: "https://localhost:7228" 06-02-2025 13:57:57 [Information] Now listening on: "http://localhost:5046" 06-02-2025 13:57:57 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 13:57:57 [Information] Hosting environment: "Development" 06-02-2025 13:57:57 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 13:57:57 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 13:57:59 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1527.9148ms 06-02-2025 13:57:59 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 13:57:59 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 13:57:59 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 9.227ms 06-02-2025 13:57:59 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 38.6459ms 06-02-2025 13:57:59 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 13:57:59 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 139.2418ms 06-02-2025 13:58:19 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 13:58:19 [Information] CORS policy execution successful. 06-02-2025 13:58:19 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 13:58:19 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 14:08:44 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 14:08:44 [Information] Now listening on: "https://localhost:7228" 06-02-2025 14:08:44 [Information] Now listening on: "http://localhost:5046" 06-02-2025 14:08:44 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 14:08:44 [Information] Hosting environment: "Development" 06-02-2025 14:08:44 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 14:08:45 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 14:08:45 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 386.9886ms 06-02-2025 14:08:45 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 14:08:45 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 14:08:45 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 6.2286ms 06-02-2025 14:08:45 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 43.2084ms 06-02-2025 14:08:45 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 14:08:45 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 130.7512ms 06-02-2025 14:23:19 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 54 06-02-2025 14:23:19 [Information] CORS policy execution successful. 06-02-2025 14:23:19 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:23:19 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 14:23:20 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 14:23:20 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 439.8442ms 06-02-2025 14:23:20 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:23:20 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 494.5707ms 06-02-2025 14:23:37 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 54 06-02-2025 14:23:37 [Information] CORS policy execution successful. 06-02-2025 14:23:37 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:23:37 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 14:25:41 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 14:25:41 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 123542.1772ms 06-02-2025 14:25:41 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:25:41 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 123548.9678ms 06-02-2025 14:25:51 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 55 06-02-2025 14:25:51 [Information] CORS policy execution successful. 06-02-2025 14:25:51 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:25:51 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 14:45:18 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 14:45:18 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 1167613.2082ms 06-02-2025 14:45:18 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:45:18 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 1167614.6796ms 06-02-2025 14:45:24 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 55 06-02-2025 14:45:24 [Information] CORS policy execution successful. 06-02-2025 14:45:24 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:45:24 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 14:45:26 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 14:45:26 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 1478.3945ms 06-02-2025 14:45:26 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:45:26 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 1494.4278ms 06-02-2025 14:45:35 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 55 06-02-2025 14:45:35 [Information] CORS policy execution successful. 06-02-2025 14:45:35 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 14:45:35 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:01:55 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 15:01:55 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 979948.7776ms 06-02-2025 15:01:55 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 15:01:55 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 979950.1453ms 06-02-2025 15:02:56 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 15:02:57 [Information] Now listening on: "https://localhost:7228" 06-02-2025 15:02:57 [Information] Now listening on: "http://localhost:5046" 06-02-2025 15:02:57 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 15:02:57 [Information] Hosting environment: "Development" 06-02-2025 15:02:57 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 15:02:57 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 15:02:58 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 15:02:58 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 15:02:58 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1541.4035ms 06-02-2025 15:02:58 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 5.7755ms 06-02-2025 15:02:58 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 39.3987ms 06-02-2025 15:02:58 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 15:02:59 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 116.4591ms 06-02-2025 15:03:15 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 54 06-02-2025 15:03:15 [Information] CORS policy execution successful. 06-02-2025 15:03:15 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 15:03:15 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:03:18 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 15:03:18 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 3053.3187ms 06-02-2025 15:03:18 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 15:03:18 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 3118.3543ms 06-02-2025 15:14:05 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 15:14:05 [Information] Now listening on: "https://localhost:7228" 06-02-2025 15:14:05 [Information] Now listening on: "http://localhost:5046" 06-02-2025 15:14:05 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 15:14:05 [Information] Hosting environment: "Development" 06-02-2025 15:14:05 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 15:14:06 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 15:14:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2080.5323ms 06-02-2025 15:14:08 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 15:14:08 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 15:14:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 9.6648ms 06-02-2025 15:14:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 86.8752ms 06-02-2025 15:14:08 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 15:14:08 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 314.6469ms 06-02-2025 15:14:21 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - "application/json" 54 06-02-2025 15:14:21 [Information] CORS policy execution successful. 06-02-2025 15:14:21 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 15:14:21 [Information] Route matched with "{action = \"UserSwitchOver\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] UserSwitchOver(Employee_API.DTOs.UserSwitchOverRequest)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:14:24 [Information] Executing "OkObjectResult", writing value of type '"Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.UserSwitchOverResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 15:14:24 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)" in 3054.8197ms 06-02-2025 15:14:24 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.UserSwitchOver (Employee_API)"' 06-02-2025 15:14:24 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/UserSwitchOver""" - 200 null "application/json; charset=utf-8" 3104.8037ms 06-02-2025 15:14:50 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 15:14:50 [Information] CORS policy execution successful. 06-02-2025 15:14:50 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 15:14:50 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:16:18 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 15:16:18 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 88325.702ms 06-02-2025 15:16:18 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 15:16:18 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 88351.0537ms 06-02-2025 15:18:36 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 15:18:36 [Information] CORS policy execution successful. 06-02-2025 15:18:36 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 15:18:36 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:25:14 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 15:25:15 [Information] Now listening on: "https://localhost:7228" 06-02-2025 15:25:15 [Information] Now listening on: "http://localhost:5046" 06-02-2025 15:25:15 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 15:25:15 [Information] Hosting environment: "Development" 06-02-2025 15:25:15 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 15:25:15 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 15:25:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2224.3388ms 06-02-2025 15:25:17 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 15:25:17 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 15:25:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 12.7039ms 06-02-2025 15:25:17 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 89.8598ms 06-02-2025 15:25:18 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 15:25:18 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 310.5778ms 06-02-2025 15:25:39 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 15:25:39 [Information] CORS policy execution successful. 06-02-2025 15:25:39 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 15:25:39 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:42:59 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 15:42:59 [Information] Now listening on: "https://localhost:7228" 06-02-2025 15:42:59 [Information] Now listening on: "http://localhost:5046" 06-02-2025 15:42:59 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 15:42:59 [Information] Hosting environment: "Development" 06-02-2025 15:42:59 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 15:42:59 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 15:43:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1543.1695ms 06-02-2025 15:43:01 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 15:43:01 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 15:43:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 5.7939ms 06-02-2025 15:43:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 38.7263ms 06-02-2025 15:43:01 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 15:43:01 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 117.3986ms 06-02-2025 15:43:20 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 15:43:20 [Information] CORS policy execution successful. 06-02-2025 15:43:20 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 15:43:20 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 15:46:51 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 15:46:51 [Information] Now listening on: "https://localhost:7228" 06-02-2025 15:46:51 [Information] Now listening on: "http://localhost:5046" 06-02-2025 15:46:51 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 15:46:51 [Information] Hosting environment: "Development" 06-02-2025 15:46:51 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 15:46:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 15:46:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 449.5158ms 06-02-2025 15:46:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 15:46:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 15:46:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 5.8149ms 06-02-2025 15:46:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 51.1966ms 06-02-2025 15:46:52 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 15:46:52 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 197.9939ms 06-02-2025 15:47:08 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 15:47:08 [Information] CORS policy execution successful. 06-02-2025 15:47:08 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 15:47:08 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 16:54:02 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 16:54:02 [Information] Now listening on: "https://localhost:7228" 06-02-2025 16:54:02 [Information] Now listening on: "http://localhost:5046" 06-02-2025 16:54:02 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 16:54:02 [Information] Hosting environment: "Development" 06-02-2025 16:54:02 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 16:54:03 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 16:54:04 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1626.3227ms 06-02-2025 16:54:04 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 16:54:04 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 16:54:04 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 7.1226ms 06-02-2025 16:54:04 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 43.4788ms 06-02-2025 16:54:04 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 16:54:05 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 146.255ms 06-02-2025 16:56:09 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 16:56:09 [Information] CORS policy execution successful. 06-02-2025 16:56:09 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 16:56:09 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 16:56:18 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 16:56:18 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 9647.3486ms 06-02-2025 16:56:18 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 16:56:18 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 9718.5379ms 06-02-2025 16:57:05 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 16:57:05 [Information] CORS policy execution successful. 06-02-2025 16:57:05 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 16:57:05 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 17:01:35 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 17:01:35 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 270115.4134ms 06-02-2025 17:01:35 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 17:01:35 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 270130.1317ms 06-02-2025 17:01:37 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 17:01:37 [Information] CORS policy execution successful. 06-02-2025 17:01:37 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 17:01:37 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 17:03:39 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 17:03:39 [Information] Now listening on: "https://localhost:7228" 06-02-2025 17:03:39 [Information] Now listening on: "http://localhost:5046" 06-02-2025 17:03:39 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 17:03:39 [Information] Hosting environment: "Development" 06-02-2025 17:03:39 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 17:03:40 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 17:03:42 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 1968.7893ms 06-02-2025 17:03:42 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 17:03:42 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 17:03:42 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 13.8976ms 06-02-2025 17:03:42 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 55.5088ms 06-02-2025 17:03:42 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 17:03:42 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 172.1625ms 06-02-2025 17:03:57 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 17:03:57 [Information] CORS policy execution successful. 06-02-2025 17:03:57 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 17:03:57 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 17:05:45 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 17:05:46 [Information] Now listening on: "https://localhost:7228" 06-02-2025 17:05:46 [Information] Now listening on: "http://localhost:5046" 06-02-2025 17:05:46 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 17:05:46 [Information] Hosting environment: "Development" 06-02-2025 17:05:46 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 17:05:46 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 17:05:48 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 17:05:48 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 17:05:48 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2417.9396ms 06-02-2025 17:05:48 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 9.0295ms 06-02-2025 17:05:48 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 92.2818ms 06-02-2025 17:05:49 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 17:05:49 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 255.7106ms 06-02-2025 17:06:00 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 17:06:00 [Information] CORS policy execution successful. 06-02-2025 17:06:00 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 17:06:00 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 17:06:08 [Information] Executing "BadRequestObjectResult", writing value of type '"<>f__AnonymousType2`1[[Employee_API.DTOs.ServiceResponse.ServiceResponse`1[[Employee_API.DTOs.ForgetPasswordResponse, Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]], Employee_API, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"'. 06-02-2025 17:06:08 [Information] Executed action "Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)" in 7603.1632ms 06-02-2025 17:06:08 [Information] Executed endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 17:06:08 [Information] Request finished "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - 400 null "application/json; charset=utf-8" 7647.4367ms 06-02-2025 17:06:14 [Information] Request starting "HTTP/2" "POST" "https"://"localhost:7228""""/EmployeeLogins/ForgotPassword""" - "application/json" 45 06-02-2025 17:06:14 [Information] CORS policy execution successful. 06-02-2025 17:06:14 [Information] Executing endpoint '"Employee_API.Controllers.EmployeeLoginsController.ForgotPassword (Employee_API)"' 06-02-2025 17:06:14 [Information] Route matched with "{action = \"ForgotPassword\", controller = \"EmployeeLogins\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] ForgotPassword(Employee_API.DTOs.ForgotPassword)" on controller "Employee_API.Controllers.EmployeeLoginsController" ("Employee_API"). 06-02-2025 17:26:33 [Information] User profile is available. Using '"C:\Users\chari.IGURU\AppData\Local\ASP.NET\DataProtection-Keys"' as key repository and Windows DPAPI to encrypt keys at rest. 06-02-2025 17:26:33 [Information] Now listening on: "https://localhost:7228" 06-02-2025 17:26:33 [Information] Now listening on: "http://localhost:5046" 06-02-2025 17:26:33 [Information] Application started. Press Ctrl+C to shut down. 06-02-2025 17:26:33 [Information] Hosting environment: "Development" 06-02-2025 17:26:33 [Information] Content root path: "E:\ASP_NET_PROJECTS\InstituteRunNewAPI\Employee_API" 06-02-2025 17:26:34 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - null null 06-02-2025 17:26:37 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/index.html""" - 200 null "text/html;charset=utf-8" 2748.0109ms 06-02-2025 17:26:37 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - null null 06-02-2025 17:26:37 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - null null 06-02-2025 17:26:37 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_framework/aspnetcore-browser-refresh.js""" - 200 13760 "application/javascript; charset=utf-8" 10.0181ms 06-02-2025 17:26:37 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/_vs/browserLink""" - 200 null "text/javascript; charset=UTF-8" 168.1489ms 06-02-2025 17:26:37 [Information] Request starting "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - null null 06-02-2025 17:26:37 [Information] Request finished "HTTP/2" "GET" "https"://"localhost:7228""""/swagger/v1/swagger.json""" - 200 null "application/json;charset=utf-8" 259.0941ms