Skip to content

Instantly share code, notes, and snippets.

@halter73
Created October 29, 2016 04:51
Show Gist options
  • Save halter73/75304d9300a522ee0c0365d393af3bfd to your computer and use it in GitHub Desktop.
Save halter73/75304d9300a522ee0c0365d393af3bfd to your computer and use it in GitHub Desktop.
> dotnet .\bin\Debug\netcoreapp1.0\service-b.dll
dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[3]
Hosting starting
dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[4]
Hosting started
Hosting environment: Production
Content root path: C:\Users\shalter\dev\stepro\sample-app\service-b\bin\Debug\netcoreapp1.0
Now listening on: http://*:80
Application started. Press Ctrl+C to shut down.
dbug: Microsoft.AspNetCore.Server.Kestrel[1]
Connection id "0HKVVMOPT1QVT" started.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET http://localhost/
dbug: Microsoft.AspNetCore.Server.Kestrel[1]
Connection id "0HKVVMOPT1QVU" started.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET http://localhost/
dbug: Microsoft.AspNetCore.Hosting.Internal.WebHost[5]
Hosting shutdown
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 10356.2557ms 200
dbug: Microsoft.AspNetCore.Server.Kestrel[9]
Connection id "0HKVVMOPT1QVT" completed keep alive response.
dbug: Microsoft.AspNetCore.Server.Kestrel[10]
Connection id "0HKVVMOPT1QVT" disconnecting.
dbug: Microsoft.AspNetCore.Server.Kestrel[7]
Connection id "0HKVVMOPT1QVT" sending FIN.
dbug: Microsoft.AspNetCore.Server.Kestrel[8]
Connection id "0HKVVMOPT1QVT" sent FIN with status "0".
dbug: Microsoft.AspNetCore.Server.Kestrel[2]
Connection id "0HKVVMOPT1QVT" stopped.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 10022.7769ms 200
dbug: Microsoft.AspNetCore.Server.Kestrel[9]
Connection id "0HKVVMOPT1QVU" completed keep alive response.
dbug: Microsoft.AspNetCore.Server.Kestrel[10]
Connection id "0HKVVMOPT1QVU" disconnecting.
dbug: Microsoft.AspNetCore.Server.Kestrel[7]
Connection id "0HKVVMOPT1QVU" sending FIN.
dbug: Microsoft.AspNetCore.Server.Kestrel[8]
Connection id "0HKVVMOPT1QVU" sent FIN with status "0".
dbug: Microsoft.AspNetCore.Server.Kestrel[2]
Connection id "0HKVVMOPT1QVU" stopped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment