Advertisement
Guest User

Untitled

a guest
May 20th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 GET http://localhost:30370/extranet  
  2. Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationMiddleware:Information: HttpContext.User merged via AutomaticAuthentication from authenticationScheme: Cookies.
  3. Microsoft.AspNetCore.Authorization.DefaultAuthorizationService:Information: Authorization was successful for user: LIN.
  4. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 GET http://localhost:44348/api/subjectexam/list  
  5. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Executing action method GreatWebsite.Service.Controllers.SubjectExamController.Get (GreatWebsite.Service) with arguments ((null)) - ModelState is Valid
  6. Microsoft.AspNetCore.Mvc.Internal.ObjectResultExecutor:Information: Executing ObjectResult, writing value Microsoft.AspNetCore.Mvc.ControllerContext.
  7. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Executed action GreatWebsite.Service.Controllers.SubjectExamController.Get (GreatWebsite.Service) in 39.0137ms
  8. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Executing action method GreatWebsite.Web.Areas.Extranet.Controllers.ExtranetController.Index (GreatWebsite.Web) with arguments ((null)) - ModelState is Valid
  9. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request finished in 57.5692ms 200 application/json; charset=utf-8
  10. Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationMiddleware:Information: AuthenticationScheme: Cookies was successfully authenticated.
  11. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 GET http://localhost:44348/api/generalerror/open  
  12. Microsoft.AspNetCore.Authorization.DefaultAuthorizationService:Information: Authorization failed for user: (null).
  13. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Authorization failed for the request at filter 'Microsoft.AspNetCore.Mvc.Authorization.AuthorizeFilter'.
  14. Microsoft.AspNetCore.Mvc.ChallengeResult:Information: Executing ChallengeResult with authentication schemes ().
  15. Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationMiddleware:Information: AuthenticationScheme: Identity.Application was challenged.
  16. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Executed action GreatWebsite.Service.Controllers.GeneralErrorController.GetOpen (GreatWebsite.Service) in 16.5355ms
  17. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request finished in 36.2927ms 302
  18. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 GET http://localhost:44348/Account/Login?ReturnUrl=%2Fapi%2Fgeneralerror%2Fopen  
  19. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Executing action method GreatWebsite.Service.Controllers.AccountController.Login (GreatWebsite.Service) with arguments (/api/generalerror/open) - ModelState is Valid
  20. Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor:Information: Executing ViewResult, running view at path /Views/Account/Login.cshtml.
  21. Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker:Information: Executed action GreatWebsite.Service.Controllers.AccountController.Login (GreatWebsite.Service) in 41.6957ms
  22. Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request finished in 63.3962ms 200 text/html; charset=utf-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement