Jump to content

Recommended Posts

  • 8 months later...
Posted (edited)

hi guys, i'm having a problem, since it's my first time handling IIS server. I can not pass the login panel, because after login it gives me this error. This is after the Auth first error (HttpContext is obsolete). Have any idea how i can fix this? I searched.. 

Capture.PNG

Edited by rutake
  • 2 weeks later...
  • 3 weeks later...
Posted (edited)

Hi @tyrkysovej, ACP is perfect but I have only the following error when I try to go on Statistics page

 

  • AspNetCore._Views_Home_Statistics_cshtml+<ExecuteAsync>d__25.MoveNext() in Statistics.cshtml

    +

    49.                                     @foreach (var player in Model.TopPvp)

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    System.Runtime.CompilerServices.TaskAwaiter.GetResult()

    L2ACP.Extensions.InfoMiddleware+<Invoke>d__2.MoveNext() in InfoMiddleware.cs

    +

                await _next(httpContext);

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

     

 

Edited by Alfy
  • 1 year later...
Posted (edited)

could someone make him walk? I am using the vanganth pack, the connection to SQL makes it correct but it always gives me "Unsuccessful login"

 

Quote

Hosting environment: Production
Content root path: C:\WebServer\acp
Now listening on: http://127.0.0.1:12696
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login
      Request starting HTTP/1.1 POST http://200.125.91.116/login application/x-www-form-urlencoded 210
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 343.8692ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 663.0532ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 1266.2779ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000001 RequestPath:/login
      Request finished in 1818.4124ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://200.125.91.116/css/site.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000002 RequestPath:/css/site.css
      Request finished in 46.1615ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login
      Request starting HTTP/1.1 POST http://200.125.91.116/login application/x-www-form-urlencoded 218
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 6.3093ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 5.6194ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 40.8826ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000003 RequestPath:/login
      Request finished in 43.3072ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://200.125.91.116/css/site.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIG => RequestId:0HM00FRFJ8NIG:00000004 RequestPath:/css/site.css
      Request finished in 3.5407ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      Request starting HTTP/1.1 GET http://localhost/  
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Route matched with {action = "Index", controller = "Home"}. Executing action L2ACP.Controllers.HomeController.Index (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executing action method L2ACP.Controllers.HomeController.Index (L2ACP) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executed action method L2ACP.Controllers.HomeController.Index (L2ACP), returned result Microsoft.AspNetCore.Mvc.RedirectToActionResult in 2.4929ms.
info: Microsoft.AspNetCore.Mvc.RedirectToActionResult[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executing RedirectResult, redirecting to /login.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/ => L2ACP.Controllers.HomeController.Index (L2ACP)
      Executed action L2ACP.Controllers.HomeController.Index (L2ACP) in 9.0108ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000001 RequestPath:/
      Request finished in 44.4681ms 302 
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      Request starting HTTP/1.1 GET http://localhost/login  
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 1.0124ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 36.7709ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 38.0385ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000002 RequestPath:/login
      Request finished in 41.6983ms 200 text/html; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Request starting HTTP/1.1 GET http://localhost/css/bootstrap.min.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Sending file. Request path: '/css/bootstrap.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\bootstrap.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000003 RequestPath:/css/bootstrap.min.css
      Request finished in 1.221ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Request starting HTTP/1.1 GET http://localhost/css/site.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Request starting HTTP/1.1 GET http://localhost/css/l2acp.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Request starting HTTP/1.1 GET http://localhost/css/select2.min.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Sending file. Request path: '/css/l2acp.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\l2acp.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000001 RequestPath:/css/l2acp.css
      Request finished in 0.3468ms 200 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Sending file. Request path: '/css/select2.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\select2.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000001 RequestPath:/css/select2.min.css
      Request finished in 0.4607ms 200 text/css
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Sending file. Request path: '/css/site.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\site.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000001 RequestPath:/css/site.css
      Request finished in 2.9498ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Request starting HTTP/1.1 GET http://localhost/css/animate.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Sending file. Request path: '/css/animate.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\animate.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIH => RequestId:0HM00FRFJ8NIH:00000004 RequestPath:/css/animate.css
      Request finished in 0.6758ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Request starting HTTP/1.1 GET http://localhost/font-awesome/css/font-awesome.css  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Sending file. Request path: '/font-awesome/css/font-awesome.css'. Physical path: 'C:\WebServer\acp\wwwroot\font-awesome\css\font-awesome.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIJ => RequestId:0HM00FRFJ8NIJ:00000002 RequestPath:/font-awesome/css/font-awesome.css
      Request finished in 0.3613ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Request starting HTTP/1.1 GET http://localhost/css/plugins/toastr/toastr.min.css  
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Request starting HTTP/1.1 GET http://localhost/js/select2.full.min.js  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Sending file. Request path: '/css/plugins/toastr/toastr.min.css'. Physical path: 'C:\WebServer\acp\wwwroot\css\plugins\toastr\toastr.min.css'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000002 RequestPath:/css/plugins/toastr/toastr.min.css
      Request finished in 0.5631ms 200 text/css
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Request starting HTTP/1.1 GET http://localhost/js/site.min.js?v=m8uucYGN5wZWAbL8CHYumzxpCViwYAZb4iUwNARr6ww  
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Sending file. Request path: '/js/select2.full.min.js'. Physical path: 'C:\WebServer\acp\wwwroot\js\select2.full.min.js'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIL => RequestId:0HM00FRFJ8NIL:00000001 RequestPath:/js/select2.full.min.js
      Request finished in 0.9228ms 200 application/javascript
info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Sending file. Request path: '/js/site.min.js'. Physical path: 'C:\WebServer\acp\wwwroot\js\site.min.js'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NII => RequestId:0HM00FRFJ8NII:00000002 RequestPath:/js/site.min.js
      Request finished in 0.5862ms 200 application/javascript
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      Request starting HTTP/1.1 POST http://localhost/login application/x-www-form-urlencoded 210
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported cultures 'es-ES, es'.
warn: Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      AcceptLanguageHeaderRequestCultureProvider returned the following unsupported UI Cultures 'es-ES, es'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Route matched with {action = "Login", controller = "Account"}. Executing action L2ACP.Controllers.AccountController.Login (L2ACP)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing action method L2ACP.Controllers.AccountController.Login (L2ACP) with arguments (L2ACP.Models.LoginViewModel, ) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action method L2ACP.Controllers.AccountController.Login (L2ACP), returned result Microsoft.AspNetCore.Mvc.ViewResult in 8.3282ms.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[1]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executing ViewResult, running view Login.
info: Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor[4]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed ViewResult - view Login executed in 1.663ms.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login => L2ACP.Controllers.AccountController.Login (L2ACP)
      Executed action L2ACP.Controllers.AccountController.Login (L2ACP) in 10.4051ms
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
      => ConnectionId:0HM00FRFJ8NIK => RequestId:0HM00FRFJ8NIK:00000003 RequestPath:/login
      Request finished in 10.7784ms 200 text/html; charset=utf-8
 

 

Edited by 0samita
  • 3 weeks later...
Posted

what should i do after compile? i have iss running, but dont know what to do with the files. and where to put them. sorry. new to l2off or all visual related things.

  • 11 months later...
Posted
On 3/19/2019 at 11:11 PM, Alfy said:

Hi @tyrkysovej, ACP is perfect but I have only the following error when I try to go on Statistics page

 

  • AspNetCore._Views_Home_Statistics_cshtml+<ExecuteAsync>d__25.MoveNext() in Statistics.cshtml

    +

    49.                                     @foreach (var player in Model.TopPvp)

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderPageAsync>d__14.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Razor.RazorView+<RenderAsync>d__13.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor+<ExecuteAsync>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.ViewResult+<ExecuteResultAsync>d__26.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeResultAsync>d__30.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResultFilterAsync>d__28.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResultExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeNextResourceFilter>d__22.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ResourceExecutedContext context)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)

    Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker+<InvokeAsync>d__20.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Builder.RouterMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware+<Invoke>d__4.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    System.Runtime.CompilerServices.TaskAwaiter.GetResult()

    L2ACP.Extensions.InfoMiddleware+<Invoke>d__2.MoveNext() in InfoMiddleware.cs

    +

                await _next(httpContext);

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Microsoft.AspNetCore.Authentication.AuthenticationMiddleware+<Invoke>d__18.MoveNext()

    System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

    Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware+<Invoke>d__7.MoveNext()

     

 

for the statistics problem you need to add some table info in lin2world


 

ALTER TABLE [dbo].[user_data] ADD
    [daily_pvp] [int] NOT NULL,
    [daily_pvp_timestamp] [int] NOT NULL

ALTER TABLE [dbo].[user_data] ADD  DEFAULT ((0)) FOR [daily_pvp]
GO

ALTER TABLE [dbo].[user_data] ADD  DEFAULT ((0)) FOR [daily_pvp_timestamp]
GO


CREATE TABLE [dbo].[DailyPvP](
    [char_id] [int] NOT NULL,
    [hardware_id] [int] NOT NULL,
    [timestamp] [int] NOT NULL
) ON [PRIMARY]
GO

 

 

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • L2 DEVS - HTML DESIGN (ALL NPC'S)    
    • I only share for free what they are reselling 🙂 You keep crying in all the publications, and if you are looking for h5 or gd wait for 5 or 6 years... cheers.... GENERAL Cached Extended to 8192kb IOBuffer Hair2SlotCache ItemBidAuctioner Clan Hall Current Olympiad Season Rank pages System (Shows Points/Games - Fully Configurable) Automatic Flag Around Raidboss System Offline Shop & Buffers Restore After Restart (Fixed location) Offline Buffer System PvP Auto Announce System Rebuilt with Extra Addons (Fully Configurable, Name, Zones, Rewards) Automatic Announce System Rebuilt with Extra Addons (Fully Configurable) ALT+B Augmentation House Shift+Click Droplist/Spoil List Epic Items Rank RB points Rank ChangeColorName ChangeColorTitle Change Skin (Race) Change Gender Custom Subclass (Acumulative) Achievements Item Delivery System  Augmentations/Enchants Automatic Announce System Auto Learn Skills PvP Reward Pk Reward War Reward Scheme buffer GlobalChatTrade Trade Augment Items Castle Announce Time Castle Standby Time Fix Spiritshots delay SpellbooksDrop Enable/Disable Drop custom Fully configurable, lvl min max allmobs, allrb, individual New cancel effect min,max BlessedarmorEnchantRate BlessedmagicWeaponEnchantRate BlessednormalWeaponEnchantRate MaxSlosChars MaxSlotsDwarfs Enable or disable all commands Fix fast loading npc OlympiadRestoreStatsOnFightStart OlympiadSystemSecondTimeEnabled OlympiadEnterLast10Minute OlympiadThirdClassSummons MinLevelTrade AnnounceSubClassMsg1 AnnounceSubClassMsg2 AnnounceSubClassMsg3 LimitedSubClassRace NoSellItems Change ID SealStones for AA NoPrivateBuyItems NoDropPlayerOnDie DisableSkillEnchantData Show Level Mobs Show npc clan flag DespawnSummonEnBattle SummonPetEnBattle RideSummonPetEnBattle DitanceToTargetMove EnterWorld_Undying EnterWorld_UnHide BlockWhispMessagePlayerToGM UseItemsWithHide CriticalSkillDamageBonusPer=4.0 Disable SSQSystem OnCastle Siege End Use any dyes Buy halls directly in auctioneer without waiting for the auction, configuration to change the item you consume MensajeEnterWorldServer Command .hero enable/disable hero aura Config vip global chat character, chat by systemsg Soulshots: NoSendSystemMessageUse Panel //admin Global vote reward Agathions system Anti Interface, control all patch files by md5 Command .menu configurable, last restart, name, maxusers, privatestores Spawn protection activate deactivate consume items to activate  Activate or deactivate autoloot for vip characters EVENTS Happy Hour Event reworked Configurable by announcements or systemsg Team VS Team Capture The Flag Death Match Last Man Standing Destroy The Base Korean Style Castle Siege Check if the player is inside the tvt event due to disconnection/critical error Top 1/5 killer reward/announce TimeAfk ResetReuseSkills ResetBuffsOnFinish Firework effect Reward win/lost Add Team Location Title custom Red/blue Open Door/Wall System BalanceBishops Show kills in title Invest positions Show Death To Top Delete Non-Subclass Skills     RELOADS Reload Enterworld Html Option Reload Faction System Reload Donate Shop Reload OfflineBuffer Reload Champion NPC Reload CliExt Reload AntiBot Reload Vip System Reload Auction Reload AutoLoot Reload CastleSiegeManager Reload CharacterLock Reload ClanPvPStatus Reload AutoLearn Reload ClanReputationRank Reload ClanSystem Reload CreatureAction Reload Customs.ini Reload L2server.ini Reload SkillData.txt Reload doordata.txt Reload decodata.txt Reload Multisell Reload DropList   Extender tested for more than 3 years. Assured stability. Possibility of adding MOD's upon request. (Not included, consult).
    • some peoples trash is another mans treasure, is that your treasure?   people might like the content but you are still the rat in the room     thats the community judging you.  
    • Keep reselling what I publish here for free!!! 🙂 GG  
  • Topics

×
×
  • Create New...