2025-07-06 09:01:06.432 +03:00 [DBG] Connection id "0HNC8090TGJ7L" accepted. 2025-07-06 09:01:06.435 +03:00 [DBG] Connection id "0HNC8090TGJ7L" started. 2025-07-06 09:01:06.435 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/.git/config - null null 2025-07-06 09:01:06.435 +03:00 [VRB] All hosts are allowed. 2025-07-06 09:01:06.435 +03:00 [DBG] The request path /.git/config does not match a supported file type 2025-07-06 09:01:06.435 +03:00 [DBG] No candidates found for the request path '/.git/config' 2025-07-06 09:01:06.435 +03:00 [DBG] Request did not match any endpoints 2025-07-06 09:01:06.436 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-07-06 09:01:06.436 +03:00 [DBG] Connection id "0HNC8090TGJ7L" completed keep alive response. 2025-07-06 09:01:06.436 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/.git/config - 404 0 null 0.2609ms 2025-07-06 09:01:06.436 +03:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dev.top-engineer.com/.git/config, Response status code: 404 2025-07-06 09:01:06.436 +03:00 [DBG] Connection id "0HNC8090TGJ7L" received FIN. 2025-07-06 09:01:06.436 +03:00 [DBG] Connection id "0HNC8090TGJ7L" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-07-06 09:01:06.436 +03:00 [DBG] Connection id "0HNC8090TGJ7L" disconnecting. 2025-07-06 09:01:06.436 +03:00 [DBG] Connection id "0HNC8090TGJ7L" stopped. 2025-07-06 09:01:06.537 +03:00 [DBG] Connection id "0HNC8090TGJ7M" accepted. 2025-07-06 09:01:06.537 +03:00 [DBG] Connection id "0HNC8090TGJ7M" started. 2025-07-06 09:01:06.537 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/.git/HEAD - null null 2025-07-06 09:01:06.537 +03:00 [VRB] All hosts are allowed. 2025-07-06 09:01:06.537 +03:00 [DBG] The request path /.git/HEAD does not match a supported file type 2025-07-06 09:01:06.537 +03:00 [DBG] No candidates found for the request path '/.git/HEAD' 2025-07-06 09:01:06.537 +03:00 [DBG] Request did not match any endpoints 2025-07-06 09:01:06.537 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-07-06 09:01:06.537 +03:00 [DBG] Connection id "0HNC8090TGJ7M" completed keep alive response. 2025-07-06 09:01:06.537 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/.git/HEAD - 404 0 null 0.2435ms 2025-07-06 09:01:06.537 +03:00 [INF] Request reached the end of the middleware pipeline without being handled by application code. Request path: GET http://dev.top-engineer.com/.git/HEAD, Response status code: 404 2025-07-06 09:01:06.537 +03:00 [DBG] Connection id "0HNC8090TGJ7M" received FIN. 2025-07-06 09:01:06.537 +03:00 [DBG] Connection id "0HNC8090TGJ7M" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-07-06 09:01:06.537 +03:00 [DBG] Connection id "0HNC8090TGJ7M" disconnecting. 2025-07-06 09:01:06.538 +03:00 [DBG] Connection id "0HNC8090TGJ7M" stopped. 2025-07-06 20:56:58.981 +03:00 [DBG] Connection id "0HNC8090TGJ7N" accepted. 2025-07-06 20:56:58.982 +03:00 [DBG] Connection id "0HNC8090TGJ7N" started. 2025-07-06 20:56:58.982 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/ - null null 2025-07-06 20:56:58.982 +03:00 [VRB] All hosts are allowed. 2025-07-06 20:56:58.982 +03:00 [DBG] The request path / does not match a supported file type 2025-07-06 20:56:58.982 +03:00 [DBG] 1 candidate(s) found for the request path '/' 2025-07-06 20:56:58.982 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' with route pattern '' is valid for the request path '/' 2025-07-06 20:56:58.982 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-07-06 20:56:58.982 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-07-06 20:56:58.982 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-07-06 20:56:58.982 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-07-06 20:56:58.982 +03:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server). 2025-07-06 20:56:58.982 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-07-06 20:56:58.982 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-07-06 20:56:58.982 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2025-07-06 20:56:58.982 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-07-06 20:56:58.982 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-07-06 20:56:58.982 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.982 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.982 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-07-06 20:56:58.982 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-07-06 20:56:58.982 +03:00 [VRB] Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-07-06 20:56:58.982 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:56:58.982 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:56:58.982 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) - Validation state: "Valid" 2025-07-06 20:56:58.983 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.ViewResult in 0.003ms. 2025-07-06 20:56:58.983 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:56:58.983 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:56:58.983 +03:00 [VRB] Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-07-06 20:56:58.983 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.983 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.983 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-07-06 20:56:58.983 +03:00 [DBG] View lookup cache miss for view 'Index' in controller 'Home'. 2025-07-06 20:56:58.983 +03:00 [VRB] Located compiled view for view at path '/Views/Home/Index.cshtml'. 2025-07-06 20:56:58.983 +03:00 [VRB] Could not find a file for view at path '/Views/Home/_ViewStart.cshtml'. 2025-07-06 20:56:58.983 +03:00 [VRB] Could not find a file for view at path '/Views/_ViewStart.cshtml'. 2025-07-06 20:56:58.983 +03:00 [VRB] Could not find a file for view at path '/_ViewStart.cshtml'. 2025-07-06 20:56:58.983 +03:00 [INF] Executing ViewResult, running view Index. 2025-07-06 20:56:58.983 +03:00 [DBG] The view path '/Views/Home/Index.cshtml' was found in 0.6534ms. 2025-07-06 20:56:58.983 +03:00 [INF] Executed ViewResult - view Index executed in 0.808ms. 2025-07-06 20:56:58.984 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-07-06 20:56:58.984 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.984 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.984 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.984 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:56:58.984 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) in 1.3213ms 2025-07-06 20:56:58.984 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-07-06 20:56:58.984 +03:00 [DBG] Connection id "0HNC8090TGJ7N" completed keep alive response. 2025-07-06 20:56:58.984 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/ - 200 null text/html; charset=utf-8 1.9796ms 2025-07-06 20:56:58.984 +03:00 [DBG] Connection id "0HNC8090TGJ7N" received FIN. 2025-07-06 20:56:58.984 +03:00 [DBG] Connection id "0HNC8090TGJ7N" disconnecting. 2025-07-06 20:56:58.984 +03:00 [DBG] Connection id "0HNC8090TGJ7N" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-07-06 20:56:58.985 +03:00 [DBG] Connection id "0HNC8090TGJ7N" stopped. 2025-07-06 20:57:02.219 +03:00 [DBG] Connection id "0HNC8090TGJ7O" accepted. 2025-07-06 20:57:02.219 +03:00 [DBG] Connection id "0HNC8090TGJ7O" started. 2025-07-06 20:57:02.219 +03:00 [INF] Request starting HTTP/1.1 GET http://dev.top-engineer.com/ - null null 2025-07-06 20:57:02.219 +03:00 [VRB] All hosts are allowed. 2025-07-06 20:57:02.219 +03:00 [DBG] The request path / does not match a supported file type 2025-07-06 20:57:02.219 +03:00 [DBG] 1 candidate(s) found for the request path '/' 2025-07-06 20:57:02.219 +03:00 [DBG] Endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' with route pattern '' is valid for the request path '/' 2025-07-06 20:57:02.219 +03:00 [DBG] Request matched endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-07-06 20:57:02.219 +03:00 [VRB] The endpoint does not specify the IRequestSizeLimitMetadata. 2025-07-06 20:57:02.219 +03:00 [DBG] AuthenticationScheme: Bearer was not authenticated. 2025-07-06 20:57:02.220 +03:00 [INF] Executing endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-07-06 20:57:02.220 +03:00 [INF] Route matched with {action = "Index", controller = "Home"}. Executing controller action with signature Microsoft.AspNetCore.Mvc.IActionResult Index() on controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server). 2025-07-06 20:57:02.220 +03:00 [DBG] Execution plan of authorization filters (in the following order): ["None"] 2025-07-06 20:57:02.220 +03:00 [DBG] Execution plan of resource filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-07-06 20:57:02.220 +03:00 [DBG] Execution plan of action filters (in the following order): ["Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter (Order: -2147483648)","Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)"] 2025-07-06 20:57:02.220 +03:00 [DBG] Execution plan of exception filters (in the following order): ["None"] 2025-07-06 20:57:02.220 +03:00 [DBG] Execution plan of result filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"] 2025-07-06 20:57:02.220 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Resource Filter: After executing OnResourceExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [DBG] Executing controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-07-06 20:57:02.220 +03:00 [DBG] Executed controller factory for controller ConnectionApp.Server.Controllers.Views.HomeController (ConnectionApp.Server) 2025-07-06 20:57:02.220 +03:00 [VRB] Action Filter: Before executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Action Filter: After executing OnActionExecuting on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:57:02.220 +03:00 [INF] Executing action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) - Validation state: "Valid" 2025-07-06 20:57:02.220 +03:00 [INF] Executed action method ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server), returned result Microsoft.AspNetCore.Mvc.ViewResult in 0.0037ms. 2025-07-06 20:57:02.220 +03:00 [VRB] Action Filter: Before executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Action Filter: After executing OnActionExecuted on filter Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Action Filter: After executing OnActionExecutionAsync on filter Microsoft.AspNetCore.Mvc.Filters.ControllerActionFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Result Filter: Before executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Result Filter: After executing OnResultExecuting on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Before executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-07-06 20:57:02.220 +03:00 [DBG] View lookup cache hit for view 'Index' in controller 'Home'. 2025-07-06 20:57:02.220 +03:00 [INF] Executing ViewResult, running view Index. 2025-07-06 20:57:02.220 +03:00 [DBG] The view path '/Views/Home/Index.cshtml' was found in 0.047ms. 2025-07-06 20:57:02.220 +03:00 [INF] Executed ViewResult - view Index executed in 0.1947ms. 2025-07-06 20:57:02.220 +03:00 [VRB] After executing action result Microsoft.AspNetCore.Mvc.ViewResult. 2025-07-06 20:57:02.220 +03:00 [VRB] Result Filter: Before executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Result Filter: After executing OnResultExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Resource Filter: Before executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [VRB] Resource Filter: After executing OnResourceExecuted on filter Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter. 2025-07-06 20:57:02.220 +03:00 [INF] Executed action ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server) in 0.6084ms 2025-07-06 20:57:02.220 +03:00 [INF] Executed endpoint 'ConnectionApp.Server.Controllers.Views.HomeController.Index (ConnectionApp.Server)' 2025-07-06 20:57:02.220 +03:00 [DBG] Connection id "0HNC8090TGJ7O" completed keep alive response. 2025-07-06 20:57:02.220 +03:00 [INF] Request finished HTTP/1.1 GET http://dev.top-engineer.com/ - 200 null text/html; charset=utf-8 1.169ms 2025-07-06 20:57:02.221 +03:00 [DBG] Connection id "0HNC8090TGJ7O" received FIN. 2025-07-06 20:57:02.221 +03:00 [DBG] Connection id "0HNC8090TGJ7O" sending FIN because: "The Socket transport's send loop completed gracefully." 2025-07-06 20:57:02.221 +03:00 [DBG] Connection id "0HNC8090TGJ7O" disconnecting. 2025-07-06 20:57:02.221 +03:00 [DBG] Connection id "0HNC8090TGJ7O" stopped.