Advertisement
Guest User

Untitled

a guest
May 4th, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
  2. User profile not available. Using 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-603495967-4004278971-1706427125-2402409984-1566257090\DataProtection' as key repository and Windows DPAPI to encrypt keys at rest.
  3. dbug: Microsoft.AspNetCore.DataProtection.Repositories.RegistryXmlRepository[40]
  4. Reading data from registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-603495967-4004278971-1706427125-2402409984-1566257090\DataProtection', value 'key-928620b0-b498-4458-a448-b3e09ce40277'.
  5. dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[18]
  6. Found key {928620b0-b498-4458-a448-b3e09ce40277}.
  7. dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver[13]
  8. Considering key {928620b0-b498-4458-a448-b3e09ce40277} with expiration date 2018-08-01 12:14:03Z as default key.
  9. dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
  10. Forwarded activator type request from Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
  11. dbug: Microsoft.AspNetCore.DataProtection.XmlEncryption.DpapiXmlDecryptor[51]
  12. Decrypting secret element using Windows DPAPI.
  13. dbug: Microsoft.AspNetCore.DataProtection.TypeForwardingActivator[0]
  14. Forwarded activator type request from Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 to Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60
  15. dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[4]
  16. Opening CNG algorithm 'AES' from provider '(null)' with chaining mode CBC.
  17. dbug: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.CngCbcAuthenticatedEncryptorFactory[3]
  18. Opening CNG algorithm 'SHA256' from provider '(null)' with HMAC.
  19. dbug: Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider[2]
  20. Using key {928620b0-b498-4458-a448-b3e09ce40277} as the default key.
  21. dbug: Microsoft.AspNetCore.DataProtection.Internal.DataProtectionStartupFilter[0]
  22. Key ring with default key {928620b0-b498-4458-a448-b3e09ce40277} was loaded during application startup.
  23. dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[3]
  24. Hosting starting
  25. dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[4]
  26. Hosting started
  27. dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[0]
  28. Loaded hosting startup assembly Coderr.Server.Web
  29. dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[0]
  30. Loaded hosting startup assembly Microsoft.AspNetCore.Server.IISIntegration
  31. Hosting environment: Production
  32. Content root path: C:\inetpub\coderr.damstratech.com
  33. Now listening on: http://localhost:17138
  34. Application started. Press Ctrl+C to shut down.
  35. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  36. Connection id "0HLDHHC2RHE3S" started.
  37. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  38. Request starting HTTP/1.1 GET http://coderr.damstratech.com/
  39. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[4]
  40. The request path / does not match a supported file type
  41. dbug: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[9]
  42. AuthenticationScheme: Cookies was not authenticated.
  43. dbug: Microsoft.AspNetCore.Routing.RouteBase[1]
  44. Request successfully matched the route with name 'areas' and template '{area:exists}/{controller=Setup}/{action=Index}/{id?}'.
  45. dbug: Microsoft.AspNetCore.Mvc.Internal.ActionSelector[2]
  46. Action 'Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web)' with id 'f374c657-f38a-42d9-93b7-877d1d990df2' did not match the constraint 'Microsoft.AspNetCore.Mvc.Internal.HttpMethodActionConstraint'
  47. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  48. Executing action Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web)
  49. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  50. Executing action method Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web) with arguments ((null)) - ModelState is Valid
  51. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  52. Executed action method Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web), returned result Microsoft.AspNetCore.Mvc.ViewResult.
  53. dbug: Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine[1]
  54. View lookup cache miss for view 'Index' in controller 'Setup'.
  55. dbug: Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine[3]
  56. Using precompiled view for '/Areas/Installation/Views/Setup/Index.cshtml'.
  57. dbug: Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor[2]
  58. The view 'Index' was found.
  59. info: Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor[1]
  60. Executing ViewResult, running view at path /Areas/Installation/Views/Setup/Index.cshtml.
  61. dbug: Microsoft.AspNetCore.Antiforgery.Internal.DefaultAntiforgery[6]
  62. An antiforgery cookie token was reused.
  63. dbug: Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine[3]
  64. Using precompiled view for '/Areas/Installation/Views/Shared/_Layout.cshtml'.
  65. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  66. Executed action Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web) in 701.0157ms
  67. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  68. Connection id "0HLDHHC2RHE3S" completed keep alive response.
  69. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  70. Request finished in 1812.3813ms 200 text/html; charset=utf-8
  71. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  72. Request starting HTTP/1.1 GET http://coderr.damstratech.com/dist/vendor.css?v=sOOjl5EBS383s0L8UJn-dhqMyB5f9EacFmWgLxx0vSE
  73. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  74. Connection id "0HLDHHC2RHE3T" started.
  75. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  76. Request starting HTTP/1.1 GET http://coderr.damstratech.com/css/fontawesome-all.min.css
  77. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  78. Connection id "0HLDHHC2RHE3U" started.
  79. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  80. Request starting HTTP/1.1 GET http://coderr.damstratech.com/css/toastr.min.css
  81. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  82. Connection id "0HLDHHC2RHE3V" started.
  83. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  84. Connection id "0HLDHHC2RHE40" started.
  85. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  86. Connection id "0HLDHHC2RHE41" started.
  87. dbug: Microsoft.AspNetCore.Server.Kestrel[1]
  88. Connection id "0HLDHHC2RHE42" started.
  89. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  90. The file /css/toastr.min.css was not modified
  91. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  92. The file /dist/vendor.css was not modified
  93. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  94. The file /css/fontawesome-all.min.css was not modified
  95. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  96. Handled. Status code: 304 File: /dist/vendor.css
  97. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  98. Handled. Status code: 304 File: /css/fontawesome-all.min.css
  99. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  100. Handled. Status code: 304 File: /css/toastr.min.css
  101. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  102. Connection id "0HLDHHC2RHE3S" completed keep alive response.
  103. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  104. Request finished in 26.0843ms 304 text/css
  105. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  106. Request starting HTTP/1.1 GET http://coderr.damstratech.com/dist/site.css?v=RCoI9C6NwOlRljIp4taLSVSzXKDAYjlCY3p3Jwzbgo0
  107. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  108. The file /dist/site.css was not modified
  109. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  110. Handled. Status code: 304 File: /dist/site.css
  111. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  112. Connection id "0HLDHHC2RHE3V" completed keep alive response.
  113. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  114. Request finished in 0.2832ms 304 text/css
  115. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  116. Request starting HTTP/1.1 GET http://coderr.damstratech.com/js/jquery-3.3.1.slim.min.js?v=3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y-7E
  117. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  118. The file /js/jquery-3.3.1.slim.min.js was not modified
  119. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  120. Handled. Status code: 304 File: /js/jquery-3.3.1.slim.min.js
  121. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  122. Connection id "0HLDHHC2RHE40" completed keep alive response.
  123. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  124. Request finished in 0.1821ms 304 application/javascript
  125. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  126. Request starting HTTP/1.1 GET http://coderr.damstratech.com/dist/vendor.js?v=NMDfESjRc7ZYC0zY2DKSlMglrM9rhudmwBJd8u_y92Q
  127. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  128. The file /dist/vendor.js was not modified
  129. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  130. Handled. Status code: 304 File: /dist/vendor.js
  131. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  132. Connection id "0HLDHHC2RHE41" completed keep alive response.
  133. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  134. Request finished in 0.1629ms 304 application/javascript
  135. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  136. Request starting HTTP/1.1 GET http://coderr.damstratech.com/css/bootstrap.min.css?v=uuwwd9a7gxOUWvL2SMrFeWBzSC_ti1GUfx5vKJpyad8
  137. info: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[6]
  138. The file /css/bootstrap.min.css was not modified
  139. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[8]
  140. Handled. Status code: 304 File: /css/bootstrap.min.css
  141. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  142. Connection id "0HLDHHC2RHE42" completed keep alive response.
  143. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  144. Request finished in 0.1793ms 304 text/css
  145. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  146. Connection id "0HLDHHC2RHE3T" completed keep alive response.
  147. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  148. Request finished in 25.9856ms 304 text/css
  149. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  150. Connection id "0HLDHHC2RHE3U" completed keep alive response.
  151. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  152. Request finished in 24.6106ms 304 text/css
  153. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
  154. Request starting HTTP/1.1 POST http://coderr.damstratech.com/ application/x-www-form-urlencoded 193
  155. dbug: Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware[1]
  156. POST requests are not supported
  157. dbug: Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler[9]
  158. AuthenticationScheme: Cookies was not authenticated.
  159. dbug: Microsoft.AspNetCore.Routing.RouteBase[1]
  160. Request successfully matched the route with name 'areas' and template '{area:exists}/{controller=Setup}/{action=Index}/{id?}'.
  161. dbug: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  162. Executing action Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web)
  163. dbug: Microsoft.AspNetCore.Server.Kestrel[25]
  164. Connection id "0HLDHHC2RHE3S", Request id "0HLDHHC2RHE3S:00000003": started reading request body.
  165. dbug: Microsoft.AspNetCore.Server.Kestrel[26]
  166. Connection id "0HLDHHC2RHE3S", Request id "0HLDHHC2RHE3S:00000003": done reading request body.
  167. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
  168. Executing action method Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web) with arguments (coderr) - ModelState is Valid
  169. info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
  170. Executed action Coderr.Server.Web.Areas.Installation.Controllers.SetupController.Index (Coderr.Server.Web) in 2475.7534ms
  171. dbug: Microsoft.AspNetCore.Server.Kestrel[9]
  172. Connection id "0HLDHHC2RHE3S" completed keep alive response.
  173. info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
  174. Request finished in 2507.0501ms 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement