2024-09-23 09:58:53.139 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-23 09:58:53.189 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-23 09:58:53.207 +05:30 INF Creating key {5507264a-c6b6-4d71-86f9-cb21fea7691e} with creation date 2024-09-23 04:28:53Z, activation date 2024-09-23 04:28:53Z, and expiration date 2024-12-22 04:28:53Z. 2024-09-23 09:58:53.217 +05:30 WRN No XML encryptor configured. Key {5507264a-c6b6-4d71-86f9-cb21fea7691e} may be persisted to storage in unencrypted form. 2024-09-23 09:58:53.271 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-23 09:58:53.273 +05:30 INF Hosting environment: Production 2024-09-23 09:58:53.273 +05:30 INF Content root path: C:\inetpub\wwwroot\Sang.Employee.Web.Api 2024-09-23 09:58:53.305 +05:30 2fc114d4-dc18-4aca-bd89-bda4335134ad INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Login/GetCompany - null null 2024-09-23 09:58:53.461 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF CORS policy execution successful. 2024-09-23 09:58:53.467 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi)' 2024-09-23 09:58:53.492 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany() on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 09:58:53.506 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Fetching Company deatails 2024-09-23 09:58:53.924 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:58:53.990 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Executed action Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi) in 493.5138ms 2024-09-23 09:58:53.997 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi)' 2024-09-23 09:58:54.003 +05:30 0f769d4b-b04a-4c5c-9f92-afb854a1aec0 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Login/GetCompany - 200 null application/json; charset=utf-8 702.0233ms 2024-09-23 09:58:55.596 +05:30 4d51b8d3-55b9-46db-af3a-8a2ea5cb9a74 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - null null 2024-09-23 09:58:55.603 +05:30 e40cb193-0a04-4f2e-91e8-406946e68979 INF CORS policy execution successful. 2024-09-23 09:58:55.605 +05:30 e40cb193-0a04-4f2e-91e8-406946e68979 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 204 null null 9.2385ms 2024-09-23 09:58:55.641 +05:30 37506af3-2574-4543-a29b-eacf8c2e4225 INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 58 2024-09-23 09:58:55.659 +05:30 37506af3-2574-4543-a29b-eacf8c2e4225 INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 58}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {DNT: 1}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"username":"dipin","password":"@Dipin123","database":"1"} 2024-09-23 09:58:55.661 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF CORS policy execution successful. 2024-09-23 09:58:55.661 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:58:55.674 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 09:58:55.771 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Connection string fetched 2024-09-23 09:58:55.798 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Executing NotFoundObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:58:55.799 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 124.0803ms 2024-09-23 09:58:55.799 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:58:55.799 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF HTTP Response: StatusCode: 404 Headers: {X-Correlation-Id: 37506af3-2574-4543-a29b-eacf8c2e4225}, {Content-Type: application/json; charset=utf-8} Body: {"status":"Failure","statusCode":404,"message":"User Not Found","result":null} 2024-09-23 09:58:55.802 +05:30 32e0d3e1-0bd4-45f9-8e16-054eb35e598e INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 404 null application/json; charset=utf-8 160.8272ms 2024-09-23 09:59:05.731 +05:30 9f150316-100a-4c63-b8b8-5ef1cc1b89f5 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - null null 2024-09-23 09:59:05.733 +05:30 b7f28758-c62f-44df-8c75-8fb75c301fd8 INF CORS policy execution successful. 2024-09-23 09:59:05.734 +05:30 b7f28758-c62f-44df-8c75-8fb75c301fd8 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 204 null null 3.0734ms 2024-09-23 09:59:05.766 +05:30 72221680-7ca1-4b82-8343-60c425673ff0 INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 52 2024-09-23 09:59:05.768 +05:30 72221680-7ca1-4b82-8343-60c425673ff0 INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 52}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {DNT: 1}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"username":"test","password":"test","database":"1"} 2024-09-23 09:59:05.768 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF CORS policy execution successful. 2024-09-23 09:59:05.768 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:59:05.769 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 09:59:05.783 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Connection string fetched 2024-09-23 09:59:05.803 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Executing BadRequestObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:59:05.804 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 34.503ms 2024-09-23 09:59:05.804 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:59:05.804 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 72221680-7ca1-4b82-8343-60c425673ff0}, {Content-Type: application/json; charset=utf-8} Body: {"status":"Failure","statusCode":400,"message":"Incorrect Password! Please check your password!","result":null} 2024-09-23 09:59:05.805 +05:30 ac81f115-68fb-4819-9b23-4517dcabca4f INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 400 null application/json; charset=utf-8 39.3677ms 2024-09-23 09:59:10.678 +05:30 3e68c396-ee0a-4b09-a252-c4623379b7a4 INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 55 2024-09-23 09:59:10.679 +05:30 3e68c396-ee0a-4b09-a252-c4623379b7a4 INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 55}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {DNT: 1}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"username":"test","password":"test123","database":"1"} 2024-09-23 09:59:10.679 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF CORS policy execution successful. 2024-09-23 09:59:10.680 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:59:10.680 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 09:59:10.683 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Connection string fetched 2024-09-23 09:59:10.686 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Executing BadRequestObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:59:10.686 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 5.9289ms 2024-09-23 09:59:10.686 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:59:10.686 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 3e68c396-ee0a-4b09-a252-c4623379b7a4}, {Content-Type: application/json; charset=utf-8} Body: {"status":"Failure","statusCode":400,"message":"Incorrect Password! Please check your password!","result":null} 2024-09-23 09:59:10.687 +05:30 165d4873-c885-4158-9cc3-980092a92abb INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 400 null application/json; charset=utf-8 9.2224ms 2024-09-23 09:59:23.294 +05:30 85ea83ff-d60a-4eae-b0e6-2fad0f5ff4a6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - null null 2024-09-23 09:59:23.296 +05:30 b6b1b904-13cd-4e33-b69c-014107925178 INF CORS policy execution successful. 2024-09-23 09:59:23.297 +05:30 b6b1b904-13cd-4e33-b69c-014107925178 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 204 null null 3.9564ms 2024-09-23 09:59:23.330 +05:30 ed2559e8-7400-48ec-a202-3c00b694f2eb INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 54 2024-09-23 09:59:23.332 +05:30 ed2559e8-7400-48ec-a202-3c00b694f2eb INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 54}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:5173/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {DNT: 1}, {Origin: http://localhost:5173} Host: 103.120.178.195 Body: {"username":"admin","password":"admin","database":"1"} 2024-09-23 09:59:23.333 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF CORS policy execution successful. 2024-09-23 09:59:23.333 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:59:23.333 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 09:59:23.337 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Connection string fetched 2024-09-23 09:59:23.378 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Token generated 2024-09-23 09:59:23.380 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Token generated 2024-09-23 09:59:23.381 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Executing OkObjectResult, writing value of type '<>f__AnonymousType0`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Sang.Security.WebApi.Models.Tokens, Sang.Security.WebApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2024-09-23 09:59:23.385 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 51.8162ms 2024-09-23 09:59:23.385 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 09:59:23.386 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: ed2559e8-7400-48ec-a202-3c00b694f2eb}, {Content-Type: application/json; charset=utf-8} Body: {"message":"Login successful","tokens":{"accessToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY1NzYzLCJleHAiOjE3MjcwNjYzNjMsImlhdCI6MTcyNzA2NTc2M30.ZFGfU52KZ9npQrrcn40-DCtITkcXHe1I2aaETUFCGC0","refreshToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY1NzYzLCJleHAiOjE3MjcwNjY2NjMsImlhdCI6MTcyNzA2NTc2M30.yvWoffx78VwpkAdRjqc6wSlwka8z5NRzJL5vWXD1Bok"}} 2024-09-23 09:59:23.386 +05:30 54cab2b0-1f4a-4fc2-9d27-ef80a44da6a8 INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 200 null application/json; charset=utf-8 55.9273ms 2024-09-23 09:59:26.683 +05:30 f1625a96-951a-4107-a72c-a7f1002ea454 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 09:59:26.692 +05:30 451dde37-b326-481b-90c2-1364faded221 INF CORS policy execution successful. 2024-09-23 09:59:26.693 +05:30 451dde37-b326-481b-90c2-1364faded221 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 204 null null 10.0328ms 2024-09-23 09:59:26.726 +05:30 bc206f78-5050-486e-8227-f4de3124540d INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 09:59:26.792 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF CORS policy execution successful. 2024-09-23 09:59:26.797 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 09:59:26.805 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Route matched with {action = "GetEmployeesSummaryFromCache", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetEmployeesSummaryFromCache(Boolean, Int32, Int32, Int32, System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 09:59:26.828 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Connection string fetched 2024-09-23 09:59:26.842 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Getting cache data EmployeeList..... 2024-09-23 09:59:26.842 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Cache Getting EmployeeList from database 2024-09-23 09:59:26.908 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Transaction completed successfully 2024-09-23 09:59:26.934 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Getting paginator data 2024-09-23 09:59:26.942 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:59:26.943 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi) in 137.5628ms 2024-09-23 09:59:26.943 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 09:59:26.944 +05:30 a9574dac-1680-4468-9b07-342764119f50 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 200 null application/json; charset=utf-8 217.9973ms 2024-09-23 09:59:28.035 +05:30 77f2653d-0b7f-475e-9ed6-e21e651d907b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 09:59:28.037 +05:30 44e0af66-001d-4dd0-8b3e-335d2b5d32ce INF CORS policy execution successful. 2024-09-23 09:59:28.037 +05:30 44e0af66-001d-4dd0-8b3e-335d2b5d32ce INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 2.1588ms 2024-09-23 09:59:28.074 +05:30 66aa69bc-e962-45b3-ad87-313d847853e9 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 09:59:28.075 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF CORS policy execution successful. 2024-09-23 09:59:28.075 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 09:59:28.086 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 09:59:28.089 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Connection string fetched 2024-09-23 09:59:28.094 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Fetching Field details for Master 2024-09-23 09:59:28.106 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:59:28.109 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 22.857ms 2024-09-23 09:59:28.109 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 09:59:28.110 +05:30 3f859b56-6328-498d-bdca-c0ee6edf5d02 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 36.0056ms 2024-09-23 09:59:29.159 +05:30 4dfa3457-554f-4740-8881-eef9fadde4ea INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 09:59:29.160 +05:30 9289a868-4693-4e04-aa8e-7e78c66b30aa INF CORS policy execution successful. 2024-09-23 09:59:29.160 +05:30 9289a868-4693-4e04-aa8e-7e78c66b30aa INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 1.3408ms 2024-09-23 09:59:29.183 +05:30 e4e3c775-a9d6-4110-9d4c-8ad130143164 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 09:59:29.185 +05:30 bebef49b-c170-4ce9-90cd-3c4ccee3481f INF CORS policy execution successful. 2024-09-23 09:59:29.186 +05:30 bebef49b-c170-4ce9-90cd-3c4ccee3481f INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 2.957ms 2024-09-23 09:59:29.237 +05:30 3b8fbfcd-422b-4575-a45d-61e9c47d838a INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 09:59:29.239 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF CORS policy execution successful. 2024-09-23 09:59:29.242 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 09:59:29.249 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 09:59:29.253 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Connection string fetched 2024-09-23 09:59:29.258 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Fetching Department deatails 2024-09-23 09:59:29.271 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:59:29.272 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 22.9416ms 2024-09-23 09:59:29.272 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 09:59:29.272 +05:30 7188a4b0-fd3a-4693-a76d-fe8ef0679e58 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 35.3018ms 2024-09-23 09:59:29.301 +05:30 4113513f-fa2a-474a-b84e-8f7192c148e6 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 09:59:29.302 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF CORS policy execution successful. 2024-09-23 09:59:29.305 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 09:59:29.305 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 09:59:29.307 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Connection string fetched 2024-09-23 09:59:29.308 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Fetching Department deatails 2024-09-23 09:59:29.310 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 09:59:29.311 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 5.8284ms 2024-09-23 09:59:29.311 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 09:59:29.312 +05:30 d3d93146-3bb8-4b25-8ce1-3dbf41b9d8f8 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 10.6014ms 2024-09-23 10:00:17.299 +05:30 45605375-95a1-44c7-a4b3-7a126b9724bb INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:00:17.301 +05:30 0d221634-0d9e-4e0d-8b5d-3b50eb66bb1b INF CORS policy execution successful. 2024-09-23 10:00:17.302 +05:30 0d221634-0d9e-4e0d-8b5d-3b50eb66bb1b INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 204 null null 3.7499ms 2024-09-23 10:00:17.333 +05:30 33ddba51-90d2-4f61-b9df-7e007ee6346e INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:00:17.335 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF CORS policy execution successful. 2024-09-23 10:00:17.336 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 10:00:17.337 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Route matched with {action = "GetEmployeesSummaryFromCache", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetEmployeesSummaryFromCache(Boolean, Int32, Int32, Int32, System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:00:17.344 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Connection string fetched 2024-09-23 10:00:17.350 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Getting cache data EmployeeList..... 2024-09-23 10:00:17.351 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Cache Getting EmployeeList from database 2024-09-23 10:00:17.375 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Transaction completed successfully 2024-09-23 10:00:17.378 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Getting paginator data 2024-09-23 10:00:17.380 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:00:17.381 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi) in 43.5354ms 2024-09-23 10:00:17.381 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 10:00:17.381 +05:30 531b17e7-d2a9-4e48-a3d0-843c84f3340e INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 200 null application/json; charset=utf-8 48.2985ms 2024-09-23 10:00:20.588 +05:30 cda1c8e3-1d31-420d-bc7d-758d6e219d11 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:00:20.589 +05:30 1b9b0390-d182-476e-a963-a6256767cdcf INF CORS policy execution successful. 2024-09-23 10:00:20.590 +05:30 1b9b0390-d182-476e-a963-a6256767cdcf INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 1.277ms 2024-09-23 10:00:20.619 +05:30 ca1b9090-b7c2-4e98-806b-34d0b465dcb5 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:00:20.620 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF CORS policy execution successful. 2024-09-23 10:00:20.621 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:00:20.621 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:00:20.623 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Connection string fetched 2024-09-23 10:00:20.624 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Fetching Field details for Master 2024-09-23 10:00:20.626 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:00:20.627 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 6.112ms 2024-09-23 10:00:20.627 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:00:20.627 +05:30 07fe7157-e5aa-4fb5-ac84-64b205cf0346 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 7.7442ms 2024-09-23 10:00:21.677 +05:30 6a20a4cb-dd66-4092-a782-f47402ab6d19 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:00:21.678 +05:30 34920dad-f5af-4ed0-b200-def7277ccfe6 INF CORS policy execution successful. 2024-09-23 10:00:21.678 +05:30 34920dad-f5af-4ed0-b200-def7277ccfe6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 0.9561ms 2024-09-23 10:00:21.682 +05:30 d34fa3a6-df7d-4c0c-8dbe-b2b49dc5e8bc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:00:21.682 +05:30 06e79475-27f4-46f2-86b1-a53e7e776381 INF CORS policy execution successful. 2024-09-23 10:00:21.683 +05:30 06e79475-27f4-46f2-86b1-a53e7e776381 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 0.9748ms 2024-09-23 10:00:21.709 +05:30 05ae7351-0cb0-4659-9ab3-c233da2dc60c INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:00:21.710 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF CORS policy execution successful. 2024-09-23 10:00:21.710 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:00:21.711 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:00:21.716 +05:30 7673e122-f903-4507-b549-583eb2233169 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:00:21.717 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF CORS policy execution successful. 2024-09-23 10:00:21.717 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:00:21.717 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:00:21.719 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Connection string fetched 2024-09-23 10:00:21.720 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Fetching Department deatails 2024-09-23 10:00:21.722 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Fetching Department deatails 2024-09-23 10:00:21.722 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:00:21.723 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 11.3093ms 2024-09-23 10:00:21.723 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:00:21.723 +05:30 83684eee-374b-47fc-aaf3-988da37f5881 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 14.429ms 2024-09-23 10:00:21.723 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:00:21.724 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 6.2587ms 2024-09-23 10:00:21.724 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:00:21.724 +05:30 09e4cbdb-ae62-48c7-9ee7-2b16924ffc7e INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 8.1659ms 2024-09-23 10:00:21.727 +05:30 INF Connection string fetched 2024-09-23 10:01:50.497 +05:30 bba4f82b-ed94-41df-bb22-8051d65af5ff INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:50.499 +05:30 a26c85a5-5aa9-4759-a48f-406583b928b4 INF CORS policy execution successful. 2024-09-23 10:01:50.500 +05:30 a26c85a5-5aa9-4759-a48f-406583b928b4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 3.1929ms 2024-09-23 10:01:50.646 +05:30 3d7ac7fb-9c3f-4380-ae1e-5e2ecdda487a INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:50.649 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF CORS policy execution successful. 2024-09-23 10:01:50.650 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:50.650 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:01:50.656 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Connection string fetched 2024-09-23 10:01:50.657 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Fetching Field details for Master 2024-09-23 10:01:50.659 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:50.661 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 10.5975ms 2024-09-23 10:01:50.661 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:50.661 +05:30 c31b79e9-7a75-42ad-b9e4-0bde39210256 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 14.7467ms 2024-09-23 10:01:50.665 +05:30 9bab8fd3-9c59-4fde-b32c-748cf034f9fd INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:50.665 +05:30 7e76a1b6-fab9-42a9-b964-5186d10a4d0a INF CORS policy execution successful. 2024-09-23 10:01:50.666 +05:30 7e76a1b6-fab9-42a9-b964-5186d10a4d0a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 0.8ms 2024-09-23 10:01:50.696 +05:30 c6ba2c9d-4aba-4399-b528-5b93521aa10d INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:50.698 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF CORS policy execution successful. 2024-09-23 10:01:50.698 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:50.699 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:01:50.706 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Connection string fetched 2024-09-23 10:01:50.707 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Fetching Field details for Master 2024-09-23 10:01:50.708 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:50.709 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 10.2612ms 2024-09-23 10:01:50.709 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:50.709 +05:30 1f4f2e40-384f-49b7-b4f5-1e39dc7a49ca INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 13.4584ms 2024-09-23 10:01:51.552 +05:30 b9dab10d-2a8a-4829-903a-575f7542d87b INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:51.553 +05:30 d86654bf-6ceb-4884-9826-97671324d7c4 INF CORS policy execution successful. 2024-09-23 10:01:51.553 +05:30 d86654bf-6ceb-4884-9826-97671324d7c4 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 1.0742ms 2024-09-23 10:01:51.617 +05:30 a425a268-6bd6-43b6-ab9b-29b1ec8b4082 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:51.618 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF CORS policy execution successful. 2024-09-23 10:01:51.618 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:51.618 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:01:51.620 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Connection string fetched 2024-09-23 10:01:51.621 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Fetching Field details for Master 2024-09-23 10:01:51.622 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:51.623 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 4.6046ms 2024-09-23 10:01:51.623 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:51.623 +05:30 481886fa-f05f-4b0a-ab38-46a350e6758f INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 6.2687ms 2024-09-23 10:01:52.784 +05:30 7cb474dd-3aa3-4977-a2ac-bbd60f13df8c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:52.785 +05:30 a16a2299-b009-4060-b282-94858e69f628 INF CORS policy execution successful. 2024-09-23 10:01:52.786 +05:30 a16a2299-b009-4060-b282-94858e69f628 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 1.5326ms 2024-09-23 10:01:52.795 +05:30 3d4fa9a6-e3fa-4a9f-af48-e62e80f947a9 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:52.796 +05:30 6b4eb0e1-b9e2-40d5-9c3f-76298d837d0e INF CORS policy execution successful. 2024-09-23 10:01:52.796 +05:30 6b4eb0e1-b9e2-40d5-9c3f-76298d837d0e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 1.0377ms 2024-09-23 10:01:52.847 +05:30 20170a66-e2a4-4ce6-bd8b-df41a5c4c84a INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:52.848 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF CORS policy execution successful. 2024-09-23 10:01:52.848 +05:30 89df0dd8-f820-4071-b1b4-15cd2c002249 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:52.849 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:52.849 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF CORS policy execution successful. 2024-09-23 10:01:52.849 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:01:52.849 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:52.849 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:01:52.851 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Connection string fetched 2024-09-23 10:01:52.851 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Connection string fetched 2024-09-23 10:01:52.851 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Fetching Department deatails 2024-09-23 10:01:52.851 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Fetching Department deatails 2024-09-23 10:01:52.854 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:52.854 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:52.854 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 5.1405ms 2024-09-23 10:01:52.854 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 4.8945ms 2024-09-23 10:01:52.854 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:52.854 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:52.855 +05:30 6ffdcdfa-d166-4555-83e4-aafcc986d632 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 6.2277ms 2024-09-23 10:01:52.855 +05:30 9cca15cb-7d01-47ea-9a05-e58914ffba8f INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 7.7837ms 2024-09-23 10:01:58.327 +05:30 b66b5a9f-ff9e-42bb-b867-d015059faee1 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:58.328 +05:30 2e68244d-2422-4296-99a4-a64862d28d2e INF CORS policy execution successful. 2024-09-23 10:01:58.329 +05:30 2e68244d-2422-4296-99a4-a64862d28d2e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 1.8079ms 2024-09-23 10:01:58.366 +05:30 01f91b4c-d0e4-456e-a7a8-262d390ce3ab INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:01:58.367 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF CORS policy execution successful. 2024-09-23 10:01:58.368 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:58.368 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:01:58.370 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Connection string fetched 2024-09-23 10:01:58.371 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Fetching Field details for Master 2024-09-23 10:01:58.373 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:58.374 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 5.8235ms 2024-09-23 10:01:58.374 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:01:58.374 +05:30 bd8d3450-a158-4c73-a0fd-34bb27dcf2b8 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 7.918ms 2024-09-23 10:01:59.551 +05:30 ae4d8404-2f07-4e8f-852b-2ace2b47466c INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:59.551 +05:30 ea9e79cb-f578-4b63-a5d4-d7b065afe8f9 INF CORS policy execution successful. 2024-09-23 10:01:59.552 +05:30 ea9e79cb-f578-4b63-a5d4-d7b065afe8f9 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 0.6714ms 2024-09-23 10:01:59.554 +05:30 b34a5f63-d8a3-4e84-ae27-2c4a077f0977 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:59.554 +05:30 89d8ea84-bfd7-4931-bf9f-e6d942ec10a6 INF CORS policy execution successful. 2024-09-23 10:01:59.554 +05:30 89d8ea84-bfd7-4931-bf9f-e6d942ec10a6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 0.4384ms 2024-09-23 10:01:59.590 +05:30 b546fe7e-473f-4800-a97f-536b8bb8ce2a INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:59.591 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF CORS policy execution successful. 2024-09-23 10:01:59.591 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:59.591 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:01:59.591 +05:30 f07310d5-6a06-48de-8f85-fc641d27c29c INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:01:59.592 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF CORS policy execution successful. 2024-09-23 10:01:59.601 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Connection string fetched 2024-09-23 10:01:59.602 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:59.602 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Fetching Department deatails 2024-09-23 10:01:59.602 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:01:59.606 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Connection string fetched 2024-09-23 10:01:59.607 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:59.607 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Fetching Department deatails 2024-09-23 10:01:59.608 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 16.4282ms 2024-09-23 10:01:59.608 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:59.608 +05:30 172f4fe2-cd9d-4d11-a0fa-4430c3375713 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 18.3589ms 2024-09-23 10:01:59.609 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:01:59.609 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 7.5459ms 2024-09-23 10:01:59.610 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:01:59.610 +05:30 35f149ab-931f-41da-99bc-efc72ba6d6b3 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 18.5542ms 2024-09-23 10:12:51.942 +05:30 INF Application is shutting down... 2024-09-23 10:16:55.533 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-23 10:16:55.589 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-23 10:16:55.622 +05:30 INF Creating key {cef68875-ca73-4fe6-afb7-274af05ec879} with creation date 2024-09-23 04:46:55Z, activation date 2024-09-23 04:46:55Z, and expiration date 2024-12-22 04:46:55Z. 2024-09-23 10:16:55.635 +05:30 WRN No XML encryptor configured. Key {cef68875-ca73-4fe6-afb7-274af05ec879} may be persisted to storage in unencrypted form. 2024-09-23 10:16:55.719 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-23 10:16:55.721 +05:30 INF Hosting environment: Production 2024-09-23 10:16:55.722 +05:30 INF Content root path: C:\inetpub\wwwroot\Sang.Employee.Web.Api 2024-09-23 10:16:55.750 +05:30 36df665c-03e3-40bf-a01c-dd8cf284b2a6 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Login/GetCompany - null null 2024-09-23 10:16:55.868 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF CORS policy execution successful. 2024-09-23 10:16:55.875 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi)' 2024-09-23 10:16:55.908 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany() on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 10:16:55.924 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Fetching Company deatails 2024-09-23 10:16:56.352 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:16:56.420 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Executed action Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi) in 507.0657ms 2024-09-23 10:16:56.427 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi)' 2024-09-23 10:16:56.432 +05:30 7819c7fb-ac78-41b4-9a86-e0115592fdc1 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Login/GetCompany - 200 null application/json; charset=utf-8 684.7902ms 2024-09-23 10:16:57.552 +05:30 4b5fd975-01b7-451b-9e02-97207ddefe90 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - null null 2024-09-23 10:16:57.560 +05:30 1020f89d-8d85-4705-b06f-6b704ca19fb6 INF CORS policy execution successful. 2024-09-23 10:16:57.562 +05:30 1020f89d-8d85-4705-b06f-6b704ca19fb6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 204 null null 10.4752ms 2024-09-23 10:16:57.595 +05:30 23c9dbc9-e225-439f-8319-4bd54f92d884 INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 54 2024-09-23 10:16:57.611 +05:30 23c9dbc9-e225-439f-8319-4bd54f92d884 INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Connection: keep-alive}, {Content-Length: 54}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Referer: http://localhost:90/}, {User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36}, {DNT: 1}, {Origin: http://localhost:90} Host: 103.120.178.195 Body: {"username":"admin","password":"admin","database":"1"} 2024-09-23 10:16:57.613 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF CORS policy execution successful. 2024-09-23 10:16:57.614 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 10:16:57.636 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 10:16:57.707 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Connection string fetched 2024-09-23 10:16:57.780 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Token generated 2024-09-23 10:16:57.783 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Token generated 2024-09-23 10:16:57.784 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Executing OkObjectResult, writing value of type '<>f__AnonymousType0`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Sang.Security.WebApi.Models.Tokens, Sang.Security.WebApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2024-09-23 10:16:57.788 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 151.7072ms 2024-09-23 10:16:57.788 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 10:16:57.789 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: 23c9dbc9-e225-439f-8319-4bd54f92d884}, {Content-Type: application/json; charset=utf-8} Body: {"message":"Login successful","tokens":{"accessToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY2ODE3LCJleHAiOjE3MjcwNjc0MTcsImlhdCI6MTcyNzA2NjgxN30.Bmcd9fg8LxhVrPFs4Mth5Lu7u7j641f7_GD7sOhJS00","refreshToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY2ODE3LCJleHAiOjE3MjcwNjc3MTcsImlhdCI6MTcyNzA2NjgxN30.3y9rmJxJ_-YgCXwRrKbaU7qCGKNQfe0S_7MXxicAo_E"}} 2024-09-23 10:16:57.790 +05:30 bbc20e72-b9d9-45fd-874a-f0d678a364d6 INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 200 null application/json; charset=utf-8 195.497ms 2024-09-23 10:17:01.038 +05:30 e37325ce-934c-464a-b3c1-7e1ba798df51 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:17:01.040 +05:30 b2545398-efb7-4927-a846-1254bc4f02bb INF CORS policy execution successful. 2024-09-23 10:17:01.042 +05:30 b2545398-efb7-4927-a846-1254bc4f02bb INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 204 null null 4.2022ms 2024-09-23 10:17:01.074 +05:30 c0f061f1-3880-4653-92ca-8c49dfebf6c2 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:17:01.174 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF CORS policy execution successful. 2024-09-23 10:17:01.182 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 10:17:01.200 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Route matched with {action = "GetEmployeesSummaryFromCache", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetEmployeesSummaryFromCache(Boolean, Int32, Int32, Int32, System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:17:01.242 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Connection string fetched 2024-09-23 10:17:01.271 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Getting cache data EmployeeList..... 2024-09-23 10:17:01.271 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Cache Getting EmployeeList from database 2024-09-23 10:17:01.331 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Transaction completed successfully 2024-09-23 10:17:01.366 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Getting paginator data 2024-09-23 10:17:01.377 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:17:01.379 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi) in 177.5336ms 2024-09-23 10:17:01.379 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 10:17:01.380 +05:30 4a75b23d-d986-4f7f-8ad9-30a6f294a9f0 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 200 null application/json; charset=utf-8 305.6222ms 2024-09-23 10:17:02.034 +05:30 71d6f814-8e1c-467f-b4b4-4282125bd966 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:17:02.036 +05:30 2ef0ff83-fbfc-4f7f-b08f-df811df81283 INF CORS policy execution successful. 2024-09-23 10:17:02.037 +05:30 2ef0ff83-fbfc-4f7f-b08f-df811df81283 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 2.9589ms 2024-09-23 10:17:02.066 +05:30 9d7e8bd3-d332-48b5-beea-665ca463e894 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:17:02.068 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF CORS policy execution successful. 2024-09-23 10:17:02.068 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:17:02.082 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:17:02.087 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Connection string fetched 2024-09-23 10:17:02.095 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Fetching Field details for Master 2024-09-23 10:17:02.113 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:17:02.115 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 32.7919ms 2024-09-23 10:17:02.116 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:17:02.116 +05:30 5b002bf2-2ca4-48e8-a0e9-a28799348671 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 50.0949ms 2024-09-23 10:17:03.168 +05:30 b78ca8bc-2aa1-4c15-bd40-a7ecfae087bc INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:17:03.169 +05:30 3283bbdd-0f13-4d98-a8dd-72741621d238 INF CORS policy execution successful. 2024-09-23 10:17:03.169 +05:30 3283bbdd-0f13-4d98-a8dd-72741621d238 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 1.1531ms 2024-09-23 10:17:03.170 +05:30 20b6533c-8892-4614-a5cf-82c611e726ec INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:17:03.173 +05:30 eaaec46a-ae9d-48ea-9a33-effb5da89ab0 INF CORS policy execution successful. 2024-09-23 10:17:03.174 +05:30 eaaec46a-ae9d-48ea-9a33-effb5da89ab0 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 3.604ms 2024-09-23 10:17:03.203 +05:30 c5b7e952-d28f-49dc-9710-03372b31d28e INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:17:03.205 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF CORS policy execution successful. 2024-09-23 10:17:03.208 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:17:03.215 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:17:03.218 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Connection string fetched 2024-09-23 10:17:03.223 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Fetching Department deatails 2024-09-23 10:17:03.233 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:17:03.234 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 19.3185ms 2024-09-23 10:17:03.234 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:17:03.235 +05:30 d87d01ad-3163-4894-9749-7f8a0c001498 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 31.7642ms 2024-09-23 10:17:03.266 +05:30 7941063f-c44d-4dde-8680-95e2ccf49249 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:17:03.267 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF CORS policy execution successful. 2024-09-23 10:17:03.269 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:17:03.270 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:17:03.272 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Connection string fetched 2024-09-23 10:17:03.273 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Fetching Department deatails 2024-09-23 10:17:03.275 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:17:03.276 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 6.3822ms 2024-09-23 10:17:03.276 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:17:03.276 +05:30 132280e6-1816-4f46-b3b9-2e3288ea75f5 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 10.2007ms 2024-09-23 10:17:05.250 +05:30 ffdbf2d6-0f27-40fc-89c5-5ef29050b886 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - null null 2024-09-23 10:17:05.251 +05:30 81eb53a4-0787-4f75-87c6-b1584713cc0a INF CORS policy execution successful. 2024-09-23 10:17:05.252 +05:30 81eb53a4-0787-4f75-87c6-b1584713cc0a INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - 204 null null 1.8603ms 2024-09-23 10:17:05.281 +05:30 b801327e-9ec0-4c3d-b33f-a076c138df3b INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - null null 2024-09-23 10:17:05.282 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF CORS policy execution successful. 2024-09-23 10:17:05.283 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:17:05.289 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Route matched with {action = "GetDocumentType", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDocumentType(System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:17:05.292 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Connection string fetched 2024-09-23 10:17:05.298 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Fetching DocumentType details 2024-09-23 10:17:05.309 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:17:05.311 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi) in 20.8222ms 2024-09-23 10:17:05.311 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:17:05.312 +05:30 b772a308-8858-473c-89d8-3b8c0bdbf95d INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - 200 null application/json; charset=utf-8 30.9608ms 2024-09-23 10:27:54.379 +05:30 INF Application is shutting down... 2024-09-23 10:43:12.775 +05:30 WRN Using an in-memory repository. Keys will not be persisted to storage. 2024-09-23 10:43:12.820 +05:30 WRN Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits. 2024-09-23 10:43:12.844 +05:30 INF Creating key {67796d8f-6d93-4ab4-988b-8807c28fd992} with creation date 2024-09-23 05:13:12Z, activation date 2024-09-23 05:13:12Z, and expiration date 2024-12-22 05:13:12Z. 2024-09-23 10:43:12.856 +05:30 WRN No XML encryptor configured. Key {67796d8f-6d93-4ab4-988b-8807c28fd992} may be persisted to storage in unencrypted form. 2024-09-23 10:43:12.925 +05:30 INF Application started. Press Ctrl+C to shut down. 2024-09-23 10:43:12.925 +05:30 INF Hosting environment: Production 2024-09-23 10:43:12.926 +05:30 INF Content root path: C:\inetpub\wwwroot\Sang.Employee.Web.Api 2024-09-23 10:43:12.955 +05:30 dfdaaa7d-14c2-4459-93ae-00db9405dcd6 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:43:13.072 +05:30 253081f0-cc3d-4518-9427-589a88b617c5 INF CORS policy execution successful. 2024-09-23 10:43:13.082 +05:30 253081f0-cc3d-4518-9427-589a88b617c5 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 204 null null 129.719ms 2024-09-23 10:43:13.113 +05:30 bc695fd2-ad40-4e20-87a5-ab896f9b51b8 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:43:13.234 +05:30 bc695fd2-ad40-4e20-87a5-ab896f9b51b8 INF Failed to validate the token.Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/23/2024 4:56:57 AM', Current time (UTC): '9/23/2024 5:13:13 AM'. at Microsoft.IdentityModel.Tokens.Validators.ValidateLifetime(Nullable`1 notBefore, Nullable`1 expires, SecurityToken securityToken, TokenValidationParameters validationParameters) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateTokenPayloadAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) at Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateJWSAsync(JsonWebToken jsonWebToken, TokenValidationParameters validationParameters, BaseConfiguration configuration) 2024-09-23 10:43:13.245 +05:30 bc695fd2-ad40-4e20-87a5-ab896f9b51b8 INF Bearer was not authenticated. Failure message: IDX10223: Lifetime validation failed. The token is expired. ValidTo (UTC): '9/23/2024 4:56:57 AM', Current time (UTC): '9/23/2024 5:13:13 AM'. 2024-09-23 10:43:13.254 +05:30 79530c1a-482c-4e25-8f7c-bf98c973459f INF CORS policy execution successful. 2024-09-23 10:43:13.266 +05:30 79530c1a-482c-4e25-8f7c-bf98c973459f INF Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. 2024-09-23 10:43:13.274 +05:30 79530c1a-482c-4e25-8f7c-bf98c973459f INF AuthenticationScheme: Bearer was challenged. 2024-09-23 10:43:13.282 +05:30 79530c1a-482c-4e25-8f7c-bf98c973459f INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 401 null null 168.7774ms 2024-09-23 10:43:13.318 +05:30 ce53f58f-a891-480a-b688-a99191a50cf2 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Security/RegenerateTokens?refershToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY2ODE3LCJleHAiOjE3MjcwNjc3MTcsImlhdCI6MTcyNzA2NjgxN30.3y9rmJxJ_-YgCXwRrKbaU7qCGKNQfe0S_7MXxicAo_E - null null 2024-09-23 10:43:13.324 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF CORS policy execution successful. 2024-09-23 10:43:13.327 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF Executing endpoint 'Sang.Security.WebApi.Controllers.SecurityController.RegenerateTokens (Sang.Security.WebApi)' 2024-09-23 10:43:13.367 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF Route matched with {action = "RegenerateTokens", controller = "Security"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[Sang.Security.WebApi.Models.Tokens]] RegenerateTokens(System.String) on controller Sang.Security.WebApi.Controllers.SecurityController (Sang.Security.WebApi). 2024-09-23 10:43:13.454 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b ERR Token Regeneration failed Microsoft.IdentityModel.Tokens.SecurityTokenExpiredException: Refresh token has expired at Sang.Security.WebApi.Validators.TokenValidator.ValidateToken(String token, String TokenKey) in D:\SOURCECODE\Sang.WebApi\Sang.Security.WebApi\Validators\TokenValidator.cs:line 38 at Sang.Security.WebApi.Authentication.TokenService.RefreshToken(String refershToken) in D:\SOURCECODE\Sang.WebApi\Sang.Security.WebApi\Authentication\TokenService.cs:line 39 at Sang.Security.WebApi.Controllers.SecurityController.RegenerateTokens(String refershToken) in D:\SOURCECODE\Sang.WebApi\Sang.Security.WebApi\Controllers\SecurityController.cs:line 39 2024-09-23 10:43:13.468 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF Executing ObjectResult, writing value of type 'Microsoft.AspNetCore.Mvc.ProblemDetails'. 2024-09-23 10:43:13.539 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF Executed action Sang.Security.WebApi.Controllers.SecurityController.RegenerateTokens (Sang.Security.WebApi) in 167.3105ms 2024-09-23 10:43:13.540 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF Executed endpoint 'Sang.Security.WebApi.Controllers.SecurityController.RegenerateTokens (Sang.Security.WebApi)' 2024-09-23 10:43:13.540 +05:30 b22e5084-18c3-40d1-a3bf-a0dd07e0174b INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Security/RegenerateTokens?refershToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY2ODE3LCJleHAiOjE3MjcwNjc3MTcsImlhdCI6MTcyNzA2NjgxN30.3y9rmJxJ_-YgCXwRrKbaU7qCGKNQfe0S_7MXxicAo_E - 500 null application/problem+json; charset=utf-8 221.8409ms 2024-09-23 10:43:14.329 +05:30 925aeeee-0116-4b19-a866-dd7824f048e1 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Login/GetCompany - null null 2024-09-23 10:43:14.330 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF CORS policy execution successful. 2024-09-23 10:43:14.331 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi)' 2024-09-23 10:43:14.338 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Route matched with {action = "GetCompany", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetCompany() on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 10:43:14.343 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Fetching Company deatails 2024-09-23 10:43:14.781 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:43:14.810 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Executed action Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi) in 471.9659ms 2024-09-23 10:43:14.811 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.GetCompany (Sang.Security.WebApi)' 2024-09-23 10:43:14.814 +05:30 b88845ed-d2ba-40d7-8e30-3c8d30436a4f INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Login/GetCompany - 200 null application/json; charset=utf-8 484.765ms 2024-09-23 10:43:15.645 +05:30 4409033b-d513-45cc-9cc3-9e4f221fb768 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - null null 2024-09-23 10:43:15.647 +05:30 f6fae6e4-3993-4786-91d3-ab1bd298d8d2 INF CORS policy execution successful. 2024-09-23 10:43:15.648 +05:30 f6fae6e4-3993-4786-91d3-ab1bd298d8d2 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 204 null null 3.2926ms 2024-09-23 10:43:15.681 +05:30 28317ce8-5b8a-44f9-bdaa-4a5554586826 INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 53 2024-09-23 10:43:15.695 +05:30 28317ce8-5b8a-44f9-bdaa-4a5554586826 INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 53}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:90/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {DNT: 1}, {Origin: http://localhost:90} Host: 103.120.178.195 Body: {"username":"admin","password":"admin","database":""} 2024-09-23 10:43:15.696 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF CORS policy execution successful. 2024-09-23 10:43:15.696 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 10:43:15.706 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 10:43:15.763 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 ERR Invalid database name. 2024-09-23 10:43:15.764 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Invalid database name. 2024-09-23 10:43:15.765 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Executing BadRequestObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:43:15.765 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 59.3093ms 2024-09-23 10:43:15.765 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 10:43:15.766 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF HTTP Response: StatusCode: 400 Headers: {X-Correlation-Id: 28317ce8-5b8a-44f9-bdaa-4a5554586826}, {Content-Type: application/json; charset=utf-8} Body: {"status":"Failure","statusCode":400,"message":"Invalid database name.","result":null} 2024-09-23 10:43:15.767 +05:30 a754e63e-ecb2-46e5-906b-32df43c8cdc9 INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 400 null application/json; charset=utf-8 86.5351ms 2024-09-23 10:43:17.040 +05:30 b68a4e99-2db6-421b-bb14-781b5a2e3098 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - null null 2024-09-23 10:43:17.041 +05:30 4a1419ca-2254-4553-a6c9-69d6abe30256 INF CORS policy execution successful. 2024-09-23 10:43:17.042 +05:30 4a1419ca-2254-4553-a6c9-69d6abe30256 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 204 null null 2.0502ms 2024-09-23 10:43:17.074 +05:30 cdb3f203-93d1-4463-853b-9c0c4fd9a0b7 INF Request starting HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - application/json 54 2024-09-23 10:43:17.076 +05:30 cdb3f203-93d1-4463-853b-9c0c4fd9a0b7 INF HTTP request: Path: /Login/login QueryString: Headers: {Accept: application/json, text/plain, */*}, {Accept-Encoding: gzip, deflate}, {Accept-Language: en-US,en;q=0.9,ml;q=0.8}, {Cache-Control: no-cache}, {Connection: keep-alive}, {Content-Length: 54}, {Content-Type: application/json}, {Host: 103.120.178.195}, {Pragma: no-cache}, {Referer: http://localhost:90/}, {User-Agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36}, {DNT: 1}, {Origin: http://localhost:90} Host: 103.120.178.195 Body: {"username":"admin","password":"admin","database":"1"} 2024-09-23 10:43:17.076 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF CORS policy execution successful. 2024-09-23 10:43:17.077 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Executing endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 10:43:17.077 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Route matched with {action = "Login", controller = "Login"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Login(Sang.Security.WebApi.Models.LoginRequest) on controller Sang.Security.WebApi.Controllers.LoginController (Sang.Security.WebApi). 2024-09-23 10:43:17.087 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Connection string fetched 2024-09-23 10:43:17.140 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Token generated 2024-09-23 10:43:17.142 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Token generated 2024-09-23 10:43:17.142 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Executing OkObjectResult, writing value of type '<>f__AnonymousType0`2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[Sang.Security.WebApi.Models.Tokens, Sang.Security.WebApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]'. 2024-09-23 10:43:17.146 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Executed action Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi) in 69.2183ms 2024-09-23 10:43:17.146 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Executed endpoint 'Sang.Security.WebApi.Controllers.LoginController.Login (Sang.Security.WebApi)' 2024-09-23 10:43:17.147 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF HTTP Response: StatusCode: 200 Headers: {X-Correlation-Id: cdb3f203-93d1-4463-853b-9c0c4fd9a0b7}, {Content-Type: application/json; charset=utf-8} Body: {"message":"Login successful","tokens":{"accessToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY4Mzk3LCJleHAiOjE3MjcwNjg5OTcsImlhdCI6MTcyNzA2ODM5N30.nG1vP7-hAh14VRARf3-FJR4nF-6My8oLy_y2cFk3hEE","refreshToken":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiYWRtaW4iLCJ1bmlxdWVfbmFtZSI6ImFkbWluIiwiQ3VzdG9tQ2xhaW1UeXBlIjoiRGF0YWJhc2UiLCJEYXRhYmFzZUtleSI6IjEiLCJuYW1laWQiOiIxIiwibmJmIjoxNzI3MDY4Mzk3LCJleHAiOjE3MjcwNjkyOTcsImlhdCI6MTcyNzA2ODM5N30.4N6HXPH1GbSryO_MEEpS9yvzG-V6aGmeEWaqn3SACnQ"}} 2024-09-23 10:43:17.148 +05:30 46a5fa5c-3960-4c49-85e4-e3fec0cf2b39 INF Request finished HTTP/1.1 POST http://103.120.178.195/Sang.Employee.Web.Api/Login/login - 200 null application/json; charset=utf-8 73.4898ms 2024-09-23 10:43:20.462 +05:30 ab0922e7-95e3-4722-8202-a1b8fa5fe42e INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:43:20.463 +05:30 2d837284-afa6-4941-ad2a-7c3b1dd6a891 INF CORS policy execution successful. 2024-09-23 10:43:20.463 +05:30 2d837284-afa6-4941-ad2a-7c3b1dd6a891 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 204 null null 1.5753ms 2024-09-23 10:43:20.505 +05:30 8528028d-c008-4c22-8ea1-8ef5e2fc56bc INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - null null 2024-09-23 10:43:20.519 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF CORS policy execution successful. 2024-09-23 10:43:20.521 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 10:43:20.528 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Route matched with {action = "GetEmployeesSummaryFromCache", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetEmployeesSummaryFromCache(Boolean, Int32, Int32, Int32, System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:43:20.535 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Connection string fetched 2024-09-23 10:43:20.547 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Getting cache data EmployeeList..... 2024-09-23 10:43:20.547 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Cache Getting EmployeeList from database 2024-09-23 10:43:20.598 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Transaction completed successfully 2024-09-23 10:43:20.627 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Getting paginator data 2024-09-23 10:43:20.636 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:43:20.637 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi) in 108.555ms 2024-09-23 10:43:20.637 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetEmployeesSummaryFromCache (Sang.Security.WebApi)' 2024-09-23 10:43:20.637 +05:30 679436c7-a166-48ac-b6eb-589a1f6d1608 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetEmployeesSummary?refreshFlag=true&pageNumber=1&pageSize=10&masterId=0&searchString= - 200 null application/json; charset=utf-8 132.0365ms 2024-09-23 10:43:23.009 +05:30 948c2480-69cf-40af-9aeb-333c7caaad09 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:43:23.010 +05:30 b819534f-fa28-41c8-8c09-0f20627e5589 INF CORS policy execution successful. 2024-09-23 10:43:23.010 +05:30 b819534f-fa28-41c8-8c09-0f20627e5589 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 204 null null 1.2053ms 2024-09-23 10:43:23.045 +05:30 389bd96c-9632-40ee-97b5-39cbdac30660 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - null null 2024-09-23 10:43:23.047 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF CORS policy execution successful. 2024-09-23 10:43:23.047 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Executing endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:43:23.057 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Route matched with {action = "GetMastersFields", controller = "MasterField"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetMastersFields(Sang.Security.WebApi.Enums.Masters) on controller Sang.Security.WebApi.Controllers.MasterFieldController (Sang.Security.WebApi). 2024-09-23 10:43:23.062 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Connection string fetched 2024-09-23 10:43:23.067 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Fetching Field details for Master 2024-09-23 10:43:23.084 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:43:23.086 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Executed action Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi) in 29.1984ms 2024-09-23 10:43:23.086 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Executed endpoint 'Sang.Security.WebApi.Controllers.MasterFieldController.GetMastersFields (Sang.Security.WebApi)' 2024-09-23 10:43:23.087 +05:30 a0266dbf-e5c5-4c1c-b533-d570a2d6317c INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/MasterField/GetMastersFields?master=Customer - 200 null application/json; charset=utf-8 42.1569ms 2024-09-23 10:43:24.146 +05:30 f6e0517b-cd10-4a60-ad36-36a89c4f1551 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:43:24.147 +05:30 8ed007cf-9ceb-42f0-b255-94b1fc8d3304 INF CORS policy execution successful. 2024-09-23 10:43:24.147 +05:30 8ed007cf-9ceb-42f0-b255-94b1fc8d3304 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 1.6331ms 2024-09-23 10:43:24.172 +05:30 d2d9cde2-557b-460c-a3a6-5b87fa9fe2a3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:43:24.174 +05:30 fbcfb7e1-34c2-4821-8bd1-d7b797c8d1f6 INF CORS policy execution successful. 2024-09-23 10:43:24.174 +05:30 fbcfb7e1-34c2-4821-8bd1-d7b797c8d1f6 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 204 null null 1.928ms 2024-09-23 10:43:24.183 +05:30 67ff37ff-40a4-49dc-af1d-c32ff0362ab2 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:43:24.184 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF CORS policy execution successful. 2024-09-23 10:43:24.186 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:43:24.191 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:43:24.193 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Connection string fetched 2024-09-23 10:43:24.197 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Fetching Department deatails 2024-09-23 10:43:24.206 +05:30 2ce3a3df-fddf-45c9-b2cf-25f519a70a12 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - null null 2024-09-23 10:43:24.207 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF CORS policy execution successful. 2024-09-23 10:43:24.208 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Executing endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:43:24.208 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Route matched with {action = "GetDepartments", controller = "Department"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDepartments(System.String) on controller Sang.Security.WebApi.Controllers.DepartmentController (Sang.Security.WebApi). 2024-09-23 10:43:24.209 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:43:24.209 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 17.9083ms 2024-09-23 10:43:24.209 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:43:24.209 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Connection string fetched 2024-09-23 10:43:24.209 +05:30 1e33917b-c817-4966-9f16-cc0424b5a4da INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 26.7981ms 2024-09-23 10:43:24.210 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Fetching Department deatails 2024-09-23 10:43:24.213 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:43:24.214 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Executed action Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi) in 5.5863ms 2024-09-23 10:43:24.214 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Executed endpoint 'Sang.Security.WebApi.Controllers.DepartmentController.GetDepartments (Sang.Security.WebApi)' 2024-09-23 10:43:24.214 +05:30 9c796a14-eddc-4030-b91e-17df3fa6ab01 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Department/GetDepartment - 200 null application/json; charset=utf-8 7.78ms 2024-09-23 10:48:04.632 +05:30 47f48b88-08ab-48bd-a788-0f0cbe117d77 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - null null 2024-09-23 10:48:04.637 +05:30 5e01c6a5-9576-4ce6-a8f0-390b426f8628 INF CORS policy execution successful. 2024-09-23 10:48:04.640 +05:30 5e01c6a5-9576-4ce6-a8f0-390b426f8628 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - 204 null null 8.9689ms 2024-09-23 10:48:04.673 +05:30 3de3d92b-8d5f-4f16-9a48-c2e985e33b02 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - null null 2024-09-23 10:48:04.677 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF CORS policy execution successful. 2024-09-23 10:48:04.678 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:48:04.693 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Route matched with {action = "GetDocumentType", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDocumentType(System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:48:04.699 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Connection string fetched 2024-09-23 10:48:04.705 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Fetching DocumentType details 2024-09-23 10:48:04.723 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:48:04.725 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi) in 31.4005ms 2024-09-23 10:48:04.725 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:48:04.725 +05:30 8d5dab92-da3a-4714-89e9-beac2523ed98 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - 200 null application/json; charset=utf-8 52.4799ms 2024-09-23 10:51:41.745 +05:30 42486b3a-f641-4977-a89d-6239877c3c87 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search=Airway+Bill - null null 2024-09-23 10:51:41.748 +05:30 040b7705-bcd5-4a22-9bff-923ab803ef21 INF CORS policy execution successful. 2024-09-23 10:51:41.750 +05:30 040b7705-bcd5-4a22-9bff-923ab803ef21 INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search=Airway+Bill - 204 null null 5.4993ms 2024-09-23 10:51:41.779 +05:30 5c98cdd9-7cde-421c-bf2e-a7c7a897926f INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search=Airway+Bill - null null 2024-09-23 10:51:41.783 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF CORS policy execution successful. 2024-09-23 10:51:41.784 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:51:41.785 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Route matched with {action = "GetDocumentType", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDocumentType(System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:51:41.796 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Connection string fetched 2024-09-23 10:51:41.799 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Fetching DocumentType details 2024-09-23 10:51:41.804 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:51:41.806 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi) in 20.6952ms 2024-09-23 10:51:41.806 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:51:41.807 +05:30 8397ad1d-c5e7-46cb-8cb1-684b3b9e4171 INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search=Airway+Bill - 200 null application/json; charset=utf-8 27.1648ms 2024-09-23 10:51:50.811 +05:30 19134b87-83bf-4e8c-ba45-7b1ed6c389d3 INF Request starting HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - null null 2024-09-23 10:51:50.811 +05:30 37d62ea7-29ab-48d9-817b-2f2aa4bfab5e INF CORS policy execution successful. 2024-09-23 10:51:50.812 +05:30 37d62ea7-29ab-48d9-817b-2f2aa4bfab5e INF Request finished HTTP/1.1 OPTIONS http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - 204 null null 0.9727ms 2024-09-23 10:51:50.836 +05:30 f38bfd5f-adbd-42c5-8c32-c2b8979083e0 INF Request starting HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - null null 2024-09-23 10:51:50.837 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF CORS policy execution successful. 2024-09-23 10:51:50.837 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Executing endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:51:50.838 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Route matched with {action = "GetDocumentType", controller = "Employee"}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] GetDocumentType(System.String) on controller Sang.Security.WebApi.Controllers.EmployeeController (Sang.Security.WebApi). 2024-09-23 10:51:50.839 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Connection string fetched 2024-09-23 10:51:50.840 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Fetching DocumentType details 2024-09-23 10:51:50.843 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Executing OkObjectResult, writing value of type 'Sang.Security.WebApi.Models.ApiResponse.ApiResponse'. 2024-09-23 10:51:50.847 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Executed action Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi) in 8.7211ms 2024-09-23 10:51:50.847 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Executed endpoint 'Sang.Security.WebApi.Controllers.EmployeeController.GetDocumentType (Sang.Security.WebApi)' 2024-09-23 10:51:50.847 +05:30 c3541bb8-f89a-4382-a82b-8517b5c82d7b INF Request finished HTTP/1.1 GET http://103.120.178.195/Sang.Employee.Web.Api/Employee/GetDocumentType?iType=1&search= - 200 null application/json; charset=utf-8 10.7285ms 2024-09-23 11:02:11.700 +05:30 INF Application is shutting down...