2018-03-20 01:34:25.559 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/  
2018-03-20 01:34:29.955 +09:00 [Information] Executing action method "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" with arguments (null) - ModelState is Valid
2018-03-20 01:35:03.829 +09:00 [Information] Executing ViewResult, running view at path "/Views/Angular/Index.cshtml".
2018-03-20 01:35:07.428 +09:00 [Information] Executed action "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" in 37366.5064ms
2018-03-20 01:35:08.805 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.css?v=b_M7vdGvPSJOo55_XCEeI_fYCVztjxk08tEeZj5UyoU  
2018-03-20 01:35:09.078 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/css/site.css  
2018-03-20 01:35:09.081 +09:00 [Information] Sending file. Request path: '"/css/site.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\css\site.css"'
2018-03-20 01:35:09.086 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/font-awesome/css/font-awesome.css  
2018-03-20 01:35:09.087 +09:00 [Information] Sending file. Request path: '"/lib/font-awesome/css/font-awesome.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\font-awesome\css\font-awesome.css"'
2018-03-20 01:35:10.705 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.css  
2018-03-20 01:35:10.706 +09:00 [Information] Sending file. Request path: '"/lib/toastr/toastr.min.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\toastr\toastr.min.css"'
2018-03-20 01:35:10.712 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.js  
2018-03-20 01:35:10.712 +09:00 [Information] Sending file. Request path: '"/lib/toastr/toastr.min.js"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\toastr\toastr.min.js"'
2018-03-20 01:35:10.734 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/main-client.js?v=M5xIzbJnI8fFJEuyE5X4ytOhKdtio-gPGcmGhen-oUM  
2018-03-20 01:35:10.735 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.js?v=RCvRrqPvM2Kc5BlkEQ045FeXR6gPMRIwfn51ludN14I  
2018-03-20 01:35:46.025 +09:00 [Information] webpack built aa3542e1e77c3965093a in 85314ms
2018-03-20 01:35:47.216 +09:00 [Information] Sending file. Request path: '"/dist/vendor.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\dist\vendor.css"'
2018-03-20 01:35:47.223 +09:00 [Information] Sending file. Request path: '"/dist/vendor.js"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\dist\vendor.js"'
2018-03-20 01:35:50.075 +09:00 [Information] Request finished in 39338.7153ms 200 application/javascript; charset=UTF-8
2018-03-20 01:35:57.433 +09:00 [Information] Connection id ""0HLCDMT3C904I"", Request id ""0HLCDMT3C904I:00000001"": the connection was closed becuase the response was not read by the client at the specified minimum data rate.
2018-03-20 01:35:57.889 +09:00 [Information] Connection id ""0HLCDMT3C904I"" communication error.
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvException: Error -4081 ECANCELED operation canceled
2018-03-20 01:35:57.910 +09:00 [Error] Error closing the session.
System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
2018-03-20 01:35:57.912 +09:00 [Information] Request finished in 47177.1222ms 200 application/javascript
2018-03-20 01:36:18.402 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.417 +09:00 [Information] Request finished in 67712.4855ms 200 text/css
2018-03-20 01:36:18.440 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.464 +09:00 [Information] Request finished in 113087.1178ms 200 text/html; charset=utf-8
2018-03-20 01:36:18.480 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.499 +09:00 [Information] Request finished in 69421.7213ms 200 text/css
2018-03-20 01:36:18.500 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/ajaxIndicator.gif  
2018-03-20 01:36:18.500 +09:00 [Information] Sending file. Request path: '"/images/ajaxIndicator.gif"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\images\ajaxIndicator.gif"'
2018-03-20 01:36:18.526 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.540 +09:00 [Information] Request finished in 69453.7463ms 200 text/css
2018-03-20 01:36:18.625 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.637 +09:00 [Information] Request finished in 67924.8557ms 200 application/javascript
2018-03-20 01:36:18.662 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.709 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=67275; handshake=4;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:b8aafeb3-88a1-47e9-bdc3-f1ad1bb3b7f7
Error Number:-2,State:0,Class:11
2018-03-20 01:36:18.870 +09:00 [Information] Request finished in 370.6996ms 200 image/gif
2018-03-20 01:36:18.732 +09:00 [Information] Request finished in 69927.1091ms 200 text/css
2018-03-20 01:37:43.516 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/font-awesome/css/font-awesome.css  
2018-03-20 01:37:43.517 +09:00 [Information] Sending file. Request path: '"/lib/font-awesome/css/font-awesome.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\font-awesome\css\font-awesome.css"'
2018-03-20 01:37:43.532 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.css?v=b_M7vdGvPSJOo55_XCEeI_fYCVztjxk08tEeZj5UyoU  
2018-03-20 01:37:43.544 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/css/site.css  
2018-03-20 01:37:43.545 +09:00 [Information] Sending file. Request path: '"/css/site.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\css\site.css"'
2018-03-20 01:37:43.590 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.css  
2018-03-20 01:37:43.592 +09:00 [Information] Sending file. Request path: '"/lib/toastr/toastr.min.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\toastr\toastr.min.css"'
2018-03-20 01:37:43.674 +09:00 [Information] Sending file. Request path: '"/dist/vendor.css"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\dist\vendor.css"'
2018-03-20 01:37:46.403 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:895829b4-c3a4-491c-8715-96a735ff2986
Error Number:4060,State:1,Class:11
2018-03-20 01:37:46.421 +09:00 [Information] Request finished in 2905.6028ms 200 text/css
2018-03-20 01:37:46.525 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:895829b4-c3a4-491c-8715-96a735ff2986
Error Number:4060,State:1,Class:11
2018-03-20 01:37:46.535 +09:00 [Information] Request finished in 2944.6767ms 200 text/css
2018-03-20 01:37:46.535 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.js.map  
2018-03-20 01:37:46.536 +09:00 [Information] Sending file. Request path: '"/lib/toastr/toastr.js.map"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\toastr\toastr.js.map"'
2018-03-20 01:37:46.608 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:895829b4-c3a4-491c-8715-96a735ff2986
Error Number:4060,State:1,Class:11
2018-03-20 01:37:46.777 +09:00 [Information] Request finished in 3245.4129ms 200 text/css
2018-03-20 01:37:46.784 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:895829b4-c3a4-491c-8715-96a735ff2986
Error Number:4060,State:1,Class:11
2018-03-20 01:37:46.799 +09:00 [Information] Request finished in 3254.0491ms 200 text/css
2018-03-20 01:37:46.799 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/main-client.js.map  
2018-03-20 01:37:46.766 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:895829b4-c3a4-491c-8715-96a735ff2986
Error Number:4060,State:1,Class:11
2018-03-20 01:37:47.219 +09:00 [Information] Request finished in 683.0136ms 200 text/plain
2018-03-20 01:37:47.584 +09:00 [Information] Request finished in 783.92ms 200 application/json; charset=UTF-8
2018-03-20 01:37:50.455 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/main-client.js.map  
2018-03-20 01:37:50.573 +09:00 [Information] Request finished in 120.1723ms 200 application/json; charset=UTF-8
2018-03-20 01:40:16.329 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/  
2018-03-20 01:40:17.144 +09:00 [Information] Executing action method "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" with arguments (null) - ModelState is Valid
2018-03-20 01:40:30.961 +09:00 [Information] Executing ViewResult, running view at path "/Views/Angular/Index.cshtml".
2018-03-20 01:40:33.780 +09:00 [Information] Executed action "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" in 16652.5749ms
2018-03-20 01:40:35.765 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.js?v=RCvRrqPvM2Kc5BlkEQ045FeXR6gPMRIwfn51ludN14I  
2018-03-20 01:40:35.779 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/ajaxIndicator.gif  
2018-03-20 01:40:35.927 +09:00 [Information] The file "/images/ajaxIndicator.gif" was not modified
2018-03-20 01:40:36.038 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.js  
2018-03-20 01:40:36.039 +09:00 [Information] The file "/lib/toastr/toastr.min.js" was not modified
2018-03-20 01:40:36.073 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/main-client.js?v=PV5TpRcUAUTC-JTkPTKgUkD6U0DRaNA4zx5LT1BH9DY  
2018-03-20 01:40:36.145 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.css?v=b_M7vdGvPSJOo55_XCEeI_fYCVztjxk08tEeZj5UyoU  
2018-03-20 01:41:12.067 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/  
2018-03-20 01:41:12.070 +09:00 [Information] Executing action method "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" with arguments (null) - ModelState is Valid
2018-03-20 01:41:12.070 +09:00 [Information] Executing ViewResult, running view at path "/Views/Angular/Index.cshtml".
2018-03-20 01:41:12.073 +09:00 [Information] Executed action "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" in 2.9793ms
2018-03-20 01:41:14.557 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.css?v=b_M7vdGvPSJOo55_XCEeI_fYCVztjxk08tEeZj5UyoU  
2018-03-20 01:41:14.557 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/css/site.css  
2018-03-20 01:41:14.558 +09:00 [Information] The file "/css/site.css" was not modified
2018-03-20 01:41:14.558 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/font-awesome/css/font-awesome.css  
2018-03-20 01:41:14.559 +09:00 [Information] The file "/lib/font-awesome/css/font-awesome.css" was not modified
2018-03-20 01:41:16.052 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.css  
2018-03-20 01:41:16.053 +09:00 [Information] The file "/lib/toastr/toastr.min.css" was not modified
2018-03-20 01:41:16.162 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.js  
2018-03-20 01:41:16.163 +09:00 [Information] The file "/lib/toastr/toastr.min.js" was not modified
2018-03-20 01:41:22.444 +09:00 [Information] webpack built aa3542e1e77c3965093a in 67738ms
2018-03-20 01:41:23.018 +09:00 [Information] Request finished in 46943.8133ms 200 application/javascript; charset=UTF-8
2018-03-20 01:41:23.626 +09:00 [Information] The file "/dist/vendor.css" was not modified
2018-03-20 01:41:23.627 +09:00 [Information] The file "/dist/vendor.css" was not modified
2018-03-20 01:41:24.049 +09:00 [Error] Error closing the session.
System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
2018-03-20 01:41:24.052 +09:00 [Information] Request finished in 48288.2548ms 206 application/javascript
2018-03-20 01:41:43.032 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.049 +09:00 [Information] Request finished in 67269.3353ms 304 image/gif
2018-03-20 01:41:43.064 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.083 +09:00 [Information] Request finished in 86866.8189ms 200 text/html; charset=utf-8
2018-03-20 01:41:43.363 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.476 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.589 +09:00 [Information] Request finished in 67551.0895ms 304 application/javascript
2018-03-20 01:41:43.492 +09:00 [Information] Request finished in 31425.6247ms 200 text/html; charset=utf-8
2018-03-20 01:41:43.753 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.765 +09:00 [Information] Request finished in 29207.3543ms 304 text/css
2018-03-20 01:41:43.865 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.876 +09:00 [Information] Request finished in 29318.0512ms 304 text/css
2018-03-20 01:41:43.948 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:43.962 +09:00 [Information] Request finished in 27799.7164ms 304 application/javascript
2018-03-20 01:41:44.057 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:44.067 +09:00 [Information] Request finished in 28015.477ms 304 text/css
2018-03-20 01:41:44.095 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:44.107 +09:00 [Information] Request finished in 29550.6492ms 304 text/css
2018-03-20 01:41:44.202 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=68799; handshake=5;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:d0b96fa7-da66-4cef-a73b-b4210448b2ad
Error Number:-2,State:0,Class:11
2018-03-20 01:41:44.214 +09:00 [Information] Request finished in 68069.0449ms 304 text/css
2018-03-20 01:41:51.832 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/  
2018-03-20 01:41:51.834 +09:00 [Information] Executing action method "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" with arguments (null) - ModelState is Valid
2018-03-20 01:41:51.834 +09:00 [Information] Executing ViewResult, running view at path "/Views/Angular/Index.cshtml".
2018-03-20 01:41:51.998 +09:00 [Information] Executed action "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" in 162.3902ms
2018-03-20 01:41:52.089 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.css?v=b_M7vdGvPSJOo55_XCEeI_fYCVztjxk08tEeZj5UyoU  
2018-03-20 01:41:52.106 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.css  
2018-03-20 01:41:52.107 +09:00 [Information] The file "/lib/toastr/toastr.min.css" was not modified
2018-03-20 01:41:52.107 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/font-awesome/css/font-awesome.css  
2018-03-20 01:41:52.108 +09:00 [Information] The file "/lib/font-awesome/css/font-awesome.css" was not modified
2018-03-20 01:41:52.121 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/ajaxIndicator.gif  
2018-03-20 01:41:52.122 +09:00 [Information] The file "/images/ajaxIndicator.gif" was not modified
2018-03-20 01:41:52.131 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/toastr/toastr.min.js  
2018-03-20 01:41:52.132 +09:00 [Information] The file "/lib/toastr/toastr.min.js" was not modified
2018-03-20 01:41:52.143 +09:00 [Information] The file "/dist/vendor.css" was not modified
2018-03-20 01:41:52.265 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:52.305 +09:00 [Information] Request finished in 199.0588ms 304 text/css
2018-03-20 01:41:52.276 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:52.349 +09:00 [Information] Request finished in 517.2747ms 200 text/html; charset=utf-8
2018-03-20 01:41:52.412 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:52.429 +09:00 [Information] Request finished in 321.6139ms 304 text/css
2018-03-20 01:41:52.458 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:52.468 +09:00 [Information] Request finished in 347.3699ms 304 image/gif
2018-03-20 01:41:52.546 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:52.557 +09:00 [Information] Request finished in 425.8348ms 304 application/javascript
2018-03-20 01:41:52.570 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:52.580 +09:00 [Information] Request finished in 491.7668ms 304 text/css
2018-03-20 01:41:52.637 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/vendor.js?v=RCvRrqPvM2Kc5BlkEQ045FeXR6gPMRIwfn51ludN14I  
2018-03-20 01:41:52.717 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/main-client.js?v=PV5TpRcUAUTC-JTkPTKgUkD6U0DRaNA4zx5LT1BH9DY  
2018-03-20 01:41:52.862 +09:00 [Information] Request finished in 144.479ms 200 application/javascript; charset=UTF-8
2018-03-20 01:41:53.373 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:c0f7a052-37cd-43cd-918e-5eb23a34b8e5
Error Number:4060,State:1,Class:11
2018-03-20 01:41:53.389 +09:00 [Information] Request finished in 752.7339ms 206 application/javascript
2018-03-20 01:41:55.767 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=2941160355592487  
2018-03-20 01:42:02.862 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/4.js  
2018-03-20 01:42:03.120 +09:00 [Information] Request finished in 257.2457ms 200 application/javascript; charset=UTF-8
2018-03-20 01:42:04.618 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/banner1.svg  
2018-03-20 01:42:04.619 +09:00 [Information] Sending file. Request path: '"/images/banner1.svg"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\images\banner1.svg"'
2018-03-20 01:42:04.663 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/banner3.svg  
2018-03-20 01:42:04.663 +09:00 [Information] Sending file. Request path: '"/images/banner3.svg"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\images\banner3.svg"'
2018-03-20 01:42:04.665 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/banner2.svg  
2018-03-20 01:42:04.665 +09:00 [Information] Sending file. Request path: '"/images/banner2.svg"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\images\banner2.svg"'
2018-03-20 01:42:05.083 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/banner4.svg  
2018-03-20 01:42:05.084 +09:00 [Information] Sending file. Request path: '"/images/banner4.svg"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\images\banner4.svg"'
2018-03-20 01:42:05.334 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/images/ASP-NET_Book.png  
2018-03-20 01:42:05.335 +09:00 [Information] Sending file. Request path: '"/images/ASP-NET_Book.png"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\images\ASP-NET_Book.png"'
2018-03-20 01:42:05.365 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1  
2018-03-20 01:42:05.366 +09:00 [Information] Sending file. Request path: '"/lib/font-awesome/fonts/fontawesome-webfont.woff2"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\lib\font-awesome\fonts\fontawesome-webfont.woff2"'
2018-03-20 01:42:05.465 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:05.576 +09:00 [Information] Request finished in 911.208ms 200 image/svg+xml
2018-03-20 01:42:05.497 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:05.527 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:05.567 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:05.656 +09:00 [Information] Request finished in 1038.322ms 200 image/svg+xml
2018-03-20 01:42:05.683 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:05.693 +09:00 [Information] Request finished in 359.7678ms 200 image/png
2018-03-20 01:42:05.624 +09:00 [Information] Request finished in 960.8139ms 200 image/svg+xml
2018-03-20 01:42:05.636 +09:00 [Information] Request finished in 552.7032ms 200 image/svg+xml
2018-03-20 01:42:05.724 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:05.734 +09:00 [Information] Request finished in 368.774ms 200 font/woff2
2018-03-20 01:42:16.506 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/blogposts  
2018-03-20 01:42:16.513 +09:00 [Information] Executing action method "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" with arguments (null) - ModelState is Valid
2018-03-20 01:42:16.514 +09:00 [Information] Executing ViewResult, running view at path "/Views/Angular/Index.cshtml".
2018-03-20 01:42:16.515 +09:00 [Information] Executed action "DotNetNote.Controllers.AngularController.Index (DotNetNoteCom)" in 5.1459ms
2018-03-20 01:42:16.609 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:16.622 +09:00 [Information] Request finished in 118.4079ms 200 text/html; charset=utf-8
2018-03-20 01:42:17.139 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/main-client.js?v=PV5TpRcUAUTC-JTkPTKgUkD6U0DRaNA4zx5LT1BH9DY  
2018-03-20 01:42:17.149 +09:00 [Information] Request finished in 21382.6194ms 200 text/event-stream; charset=utf-8
2018-03-20 01:42:17.150 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/css/site.css  
2018-03-20 01:42:17.150 +09:00 [Information] The file "/css/site.css" was not modified
2018-03-20 01:42:17.254 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:4a17627a-b276-444f-a896-929befb94bc5
Error Number:4060,State:1,Class:11
2018-03-20 01:42:17.268 +09:00 [Information] Request finished in 117.6789ms 304 text/css
2018-03-20 01:42:18.109 +09:00 [Information] Request finished in 972.3253ms 200 application/javascript; charset=UTF-8
2018-03-20 01:42:19.706 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=797728307539782  
2018-03-20 01:42:25.970 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/1.js  
2018-03-20 01:42:26.025 +09:00 [Information] Request finished in 55.2259ms 200 application/javascript; charset=UTF-8
2018-03-20 01:42:27.670 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/angular.ico  
2018-03-20 01:42:27.671 +09:00 [Information] Sending file. Request path: '"/angular.ico"'. Physical path: '"C:\dev\DotNetNote\DotNetNoteCom\wwwroot\angular.ico"'
2018-03-20 01:42:28.422 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Cannot open database "DotNetNote" requested by the login. The login failed.
Login failed for user 'HAWASOCOM\redpl'.
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:78bf659b-bbec-43f3-93b6-4b84cd6fbb36
Error Number:4060,State:1,Class:11
2018-03-20 01:42:28.437 +09:00 [Information] Request finished in 768.0705ms 200 image/x-icon
2018-03-20 01:44:39.145 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=0225497151291573  
2018-03-20 01:45:11.767 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=7461173185424483  
2018-03-20 01:45:52.169 +09:00 [Information] webpack built aa3542e1e77c3965093a in 75540ms
2018-03-20 01:45:53.745 +09:00 [Information] Request finished in 74726.6333ms 200 text/event-stream; charset=utf-8
2018-03-20 01:49:23.289 +09:00 [Information] webpack building...
2018-03-20 01:49:25.492 +09:00 [Information] webpack built aa3542e1e77c3965093a in 2678ms
2018-03-20 01:49:38.198 +09:00 [Information] webpack building...
2018-03-20 01:50:08.368 +09:00 [Information] webpack built aa3542e1e77c3965093a in 27867ms
2018-03-20 01:50:09.763 +09:00 [Information] webpack building...
2018-03-20 01:50:30.236 +09:00 [Information] webpack built aa3542e1e77c3965093a in 19765ms
2018-03-20 01:51:30.682 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=4471176628361544  
2018-03-20 01:52:23.030 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=9951242029242466  
2018-03-20 01:53:27.998 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=7576792822612612  
2018-03-20 01:53:28.128 +09:00 [Information] webpack built b6a9974ae368e47ba416 in 119342ms
2018-03-20 01:53:29.174 +09:00 [Error] Hash: b6a9974ae368e47ba416
Version: webpack 2.5.1
Time: 119342ms
             Asset     Size  Chunks                    Chunk Names
          0.js.map  62.5 kB       0  [emitted]         
              0.js  73.2 kB       0  [emitted]         
              2.js  73.4 kB       2  [emitted]         
              3.js  17.1 kB       3  [emitted]         
              4.js  21.7 kB       4  [emitted]         
              5.js  11.5 kB       5  [emitted]         
              6.js  14.5 kB       6  [emitted]         
              7.js  8.86 kB       7  [emitted]         
              8.js  8.86 kB       8  [emitted]         
              9.js  8.86 kB       9  [emitted]         
             10.js  8.77 kB      10  [emitted]         
             11.js  8.77 kB      11  [emitted]         
             12.js  8.67 kB      12  [emitted]         
             13.js  10.2 kB      13  [emitted]         
             14.js  6.12 kB      14  [emitted]         
    main-client.js  3.38 MB      15  [emitted]  [big]  main-client
              1.js  37.5 kB       1  [emitted]         
          1.js.map  31.3 kB       1  [emitted]         
          2.js.map  71.3 kB       2  [emitted]         
          3.js.map  13.5 kB       3  [emitted]         
          4.js.map  18.4 kB       4  [emitted]         
          5.js.map  8.63 kB       5  [emitted]         
          6.js.map  10.5 kB       6  [emitted]         
          7.js.map  6.37 kB       7  [emitted]         
          8.js.map  6.37 kB       8  [emitted]         
          9.js.map  6.38 kB       9  [emitted]         
         10.js.map  6.29 kB      10  [emitted]         
         11.js.map  6.28 kB      11  [emitted]         
         12.js.map  6.14 kB      12  [emitted]         
         13.js.map   6.4 kB      13  [emitted]         
         14.js.map  3.93 kB      14  [emitted]         
main-client.js.map  4.03 MB      15  [emitted]         main-client
chunk    {0} 0.js, 0.js.map 56.3 kB {15} [rendered]
  [561] ./ClientApp/app/samples/samples.module.ts 4.74 kB {0} [built]
  [571] ./ClientApp/app/common/toastr.service.ts 1.29 kB {0} [built]
  [604] ./ClientApp/app/samples/angular-helloworld/angular-helloworld.component.ts 1.32 kB {0} [built]
  [605] ./ClientApp/app/samples/angularformdemo/angularformdemo.ts 1.35 kB {0} [built]
  [606] ./ClientApp/app/samples/animation-small-big/animation-small-big.component.ts 3.02 kB {0} [built]
  [607] ./ClientApp/app/samples/contact/samples.contact.component.ts 1.25 kB {0} [built]
  [608] ./ClientApp/app/samples/ngfor/ngfor.component.ts 1.39 kB {0} [built]
  [609] ./ClientApp/app/samples/ngif/ngif.component.ts 1.28 kB {0} [built]
  [610] ./ClientApp/app/samples/ngifngfor/ngifngfor.component.ts 1.75 kB {0} [built]
  [611] ./ClientApp/app/samples/ngstyle/ngstyle.component.ts 1.48 kB {0} [built]
  [612] ./ClientApp/app/samples/quickstart/quickstart.component.ts 1.38 kB {0} [built]
  [613] ./ClientApp/app/samples/samples.component.ts 1.31 kB {0} [built]
  [614] ./ClientApp/app/samples/speakers/speakers.component.ts 1.72 kB {0} [built]
  [615] ./ClientApp/app/samples/speakers/speakers.service.ts 1.32 kB {0} [built]
  [617] ./ClientApp/app/samples/viewencapsulation/viewencapsulation.component.ts 1.41 kB {0} [built]
     + 66 hidden modules
chunk    {1} 1.js, 1.js.map 28.8 kB {15} [rendered]
  [549] ./ClientApp/app/blogposts/blogposts.module.ts 2.76 kB {1} [built]
  [563] ./ClientApp/app/blogposts/shared/logger.service.ts 926 bytes {1} [built]
  [567] ./ClientApp/app/blogposts/blogposts.component.ts 2.42 kB {1} [built]
  [568] ./ClientApp/app/blogposts/services/SiteListDataService.ts 1.52 kB {1} [built]
  [569] ./ClientApp/app/blogposts/services/TechListDataService.ts 1.51 kB {1} [built]
  [570] ./ClientApp/app/blogposts/services/blog-archieve.service.ts 1.08 kB {1} [built]
  [625] ./ClientApp/app/blogposts/SiteListViewComponent/SiteListViewComponent.ts 1.59 kB {1} [built]
  [626] ./ClientApp/app/blogposts/TechListViewComponent/TechListViewComponent.ts 1.84 kB {1} [built]
  [627] ./ClientApp/app/blogposts/blog-archieve/blog-archieve.component.ts 1.81 kB {1} [built]
  [628] ./ClientApp/app/blogposts/blog-category/blog-category.component.ts 1.24 kB {1} [built]
  [629] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.ts 1.5 kB {1} [built]
  [630] ./ClientApp/app/blogposts/blog.post.mainsummary/blog.post.mainsummary.ts 1.57 kB {1} [built]
  [631] ./ClientApp/app/blogposts/blogposts-routing.module.ts 1.68 kB {1} [built]
  [632] ./ClientApp/app/blogposts/main-summary-list/main-summary-list.ts 964 bytes {1} [built]
  [715] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.html 320 bytes {1} [built]
     + 11 hidden modules
chunk    {2} 2.js, 2.js.map 57.2 kB {15} [rendered]
  [553] ./ClientApp/app/heroes/heroes.module.ts 2.42 kB {2} [built]
  [562] ./ClientApp/app/heroes/heroes.data.service.ts 5.38 kB {2} [built]
  [579] ./ClientApp/app/heroes/guard.service.ts 1.51 kB {2} [built]
  [580] ./ClientApp/app/heroes/heroes-resolver.service.ts 2.5 kB {2} [built]
  [581] ./ClientApp/app/heroes/heroes.delete.component.ts 2.19 kB {2} [built]
  [582] ./ClientApp/app/heroes/heroes.details.resolver.component.ts 2.46 kB {2} [built]
  [583] ./ClientApp/app/heroes/heroes.edit.reactive.component.ts 4.45 kB {2} [built]
  [584] ./ClientApp/app/heroes/heroes.index.component.ts 2.59 kB {2} [built]
  [585] ./ClientApp/app/heroes/heroes.write.component.ts 3.12 kB {2} [built]
  [638] ./ClientApp/app/heroes/heroes-routing.module.ts 2.8 kB {2} [built]
  [639] ./ClientApp/app/heroes/heroes.component.ts 2.03 kB {2} [built]
  [640] ./ClientApp/app/heroes/heroes.details.component.ts 2.96 kB {2} [built]
  [641] ./ClientApp/app/heroes/heroes.edit.component.ts 3.17 kB {2} [built]
  [642] ./ClientApp/app/heroes/heroes.grid.component.ts 1.45 kB {2} [built]
  [644] ./ClientApp/app/heroes/index.ts 611 bytes {2} [built]
     + 10 hidden modules
chunk    {3} 3.js, 3.js.map 12.5 kB {15} [rendered]
  [555] ./ClientApp/app/jquery/jquery.module.ts 1.64 kB {3} [built]
  [589] ./ClientApp/app/jquery/jquery-animate.component.ts 1.38 kB {3} [built]
  [590] ./ClientApp/app/jquery/jquery-color.component.ts 1.6 kB {3} [built]
  [591] ./ClientApp/app/jquery/jquery-plugin.component.ts 1.37 kB {3} [built]
  [592] ./ClientApp/app/jquery/jquery.component.ts 1.3 kB {3} [built]
  [593] ./ClientApp/app/jquery/jquery.slidetoggle.component.ts 1.21 kB {3} [built]
  [647] ./ClientApp/app/jquery/jquery-routing.module.ts 1.85 kB {3} [built]
  [734] ./ClientApp/app/jquery/jquery-animate.component.html 56 bytes {3} [built]
  [735] ./ClientApp/app/jquery/jquery-color.component.html 83 bytes {3} [built]
  [736] ./ClientApp/app/jquery/jquery-plugin.component.html 55 bytes {3} [built]
  [737] ./ClientApp/app/jquery/jquery.component.html 89 bytes {3} [built]
  [779] ./ClientApp/app/jquery/jquery-color.component.css 266 bytes {3} [built]
  [780] ./ClientApp/app/jquery/jquery-plugin.component.css 267 bytes {3} [built]
  [781] ./ClientApp/app/jquery/jquery.component.css 260 bytes {3} [built]
  [809] delegated ./node_modules/jquery/dist/jquery.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {3} [not cacheable] [built]
     + 6 hidden modules
chunk    {4} 4.js, 4.js.map 17.5 kB {15} [rendered]
  [554] ./ClientApp/app/home/home.module.ts 1.67 kB {4} [built]
  [586] ./ClientApp/app/home/about/about.component.ts 1.38 kB {4} [built]
  [587] ./ClientApp/app/home/contact/contact.component.ts 1.4 kB {4} [built]
  [588] ./ClientApp/app/home/home.component.ts 1.03 kB {4} [built]
  [634] ./ClientApp/app/components/sitelist/sitelist.component.ts 968 bytes {4} [built]
  [635] ./ClientApp/app/components/techlist/techlist.component.ts 968 bytes {4} [built]
  [646] ./ClientApp/app/home/home-routing.module.ts 1.54 kB {4} [built]
  [672] ./~/css-loader!./ClientApp/app/home/about/about.component.css 172 bytes {4} [built]
  [722] ./ClientApp/app/components/sitelist/sitelist.component.html 913 bytes {4} [built]
  [723] ./ClientApp/app/components/techlist/techlist.component.html 233 bytes {4} [built]
  [731] ./ClientApp/app/home/about/about.component.html 960 bytes {4} [built]
  [732] ./ClientApp/app/home/contact/contact.component.html 796 bytes {4} [built]
  [733] ./ClientApp/app/home/home.component.html 4.75 kB {4} [built]
  [776] ./ClientApp/app/home/about/about.component.css 262 bytes {4} [built]
  [777] ./ClientApp/app/home/contact/contact.component.css 264 bytes {4} [built]
     + 1 hidden modules
chunk    {5} 5.js, 5.js.map 8.41 kB {15} [rendered]
  [550] ./ClientApp/app/company/company.module.ts 1.36 kB {5} [built]
  [572] ./ClientApp/app/company/company-member.component.ts 1.38 kB {5} [built]
  [573] ./ClientApp/app/company/company.component.ts 1.31 kB {5} [built]
  [574] ./ClientApp/app/company/portfolio/portfolio.component.ts 1.33 kB {5} [built]
  [633] ./ClientApp/app/company/company-routing.module.ts 1.54 kB {5} [built]
  [669] ./~/css-loader!./ClientApp/app/company/company-member.component.css 169 bytes {5} [built]
  [670] ./~/css-loader!./ClientApp/app/company/company.component.css 169 bytes {5} [built]
  [671] ./~/css-loader!./ClientApp/app/company/portfolio/portfolio.component.css 172 bytes {5} [built]
  [719] ./ClientApp/app/company/company-member.component.html 45 bytes {5} [built]
  [720] ./ClientApp/app/company/company.component.html 80 bytes {5} [built]
  [721] ./ClientApp/app/company/portfolio/portfolio.component.html 48 bytes {5} [built]
  [773] ./ClientApp/app/company/company-member.component.css 268 bytes {5} [built]
  [774] ./ClientApp/app/company/company.component.css 261 bytes {5} [built]
  [775] ./ClientApp/app/company/portfolio/portfolio.component.css 266 bytes {5} [built]
chunk    {6} 6.js, 6.js.map 10.7 kB {15} [rendered]
  [548] ./ClientApp/app/angularcore/angularcore.module.ts 1.92 kB {6} [built]
  [566] ./ClientApp/app/angularcore/angularcore.component.ts 1.23 kB {6} [built]
  [620] ./ClientApp/app/angularcore/about/about.component.ts 996 bytes {6} [built]
  [621] ./ClientApp/app/angularcore/angularcore.routing.module.ts 1.44 kB {6} [built]
  [622] ./ClientApp/app/angularcore/contact/contact.component.ts 1.01 kB {6} [built]
  [623] ./ClientApp/app/angularcore/home/welcome.component.ts 1.01 kB {6} [built]
  [624] ./ClientApp/app/angularcore/product/productlist.component.ts 1.53 kB {6} [built]
  [707] ./ClientApp/app/angularcore/about/about.component.html 83 bytes {6} [built]
  [708] ./ClientApp/app/angularcore/contact/contact.component.html 85 bytes {6} [built]
  [709] ./ClientApp/app/angularcore/home/welcome.component.html 81 bytes {6} [built]
  [710] ./ClientApp/app/angularcore/product/productlist.component.html 1.26 kB {6} [built]
chunk    {7} 7.js, 7.js.map 6.44 kB {15} [rendered]
  [560] ./ClientApp/app/mission5/mission5.module.ts 1.28 kB {7} [built]
  [602] ./ClientApp/app/mission5/mission5-detail.component.ts 1.39 kB {7} [built]
  [603] ./ClientApp/app/mission5/mission5.component.ts 1.32 kB {7} [built]
  [652] ./ClientApp/app/mission5/mission5-routing.module.ts 1.47 kB {7} [built]
  [686] ./~/css-loader!./ClientApp/app/mission5/mission5-detail.component.css 169 bytes {7} [built]
  [687] ./~/css-loader!./ClientApp/app/mission5/mission5.component.css 169 bytes {7} [built]
  [747] ./ClientApp/app/mission5/mission5-detail.component.html 57 bytes {7} [built]
  [748] ./ClientApp/app/mission5/mission5.component.html 50 bytes {7} [built]
  [790] ./ClientApp/app/mission5/mission5-detail.component.css 269 bytes {7} [built]
  [791] ./ClientApp/app/mission5/mission5.component.css 262 bytes {7} [built]
chunk    {8} 8.js, 8.js.map 6.44 kB {15} [rendered]
  [559] ./ClientApp/app/mission4/mission4.module.ts 1.28 kB {8} [built]
  [600] ./ClientApp/app/mission4/mission4-detail.component.ts 1.39 kB {8} [built]
  [601] ./ClientApp/app/mission4/mission4.component.ts 1.32 kB {8} [built]
  [651] ./ClientApp/app/mission4/mission4-routing.module.ts 1.47 kB {8} [built]
  [684] ./~/css-loader!./ClientApp/app/mission4/mission4-detail.component.css 169 bytes {8} [built]
  [685] ./~/css-loader!./ClientApp/app/mission4/mission4.component.css 169 bytes {8} [built]
  [745] ./ClientApp/app/mission4/mission4-detail.component.html 57 bytes {8} [built]
  [746] ./ClientApp/app/mission4/mission4.component.html 50 bytes {8} [built]
  [788] ./ClientApp/app/mission4/mission4-detail.component.css 269 bytes {8} [built]
  [789] ./ClientApp/app/mission4/mission4.component.css 262 bytes {8} [built]
chunk    {9} 9.js, 9.js.map 6.44 kB {15} [rendered]
  [558] ./ClientApp/app/mission3/mission3.module.ts 1.28 kB {9} [built]
  [598] ./ClientApp/app/mission3/mission3-detail.component.ts 1.39 kB {9} [built]
  [599] ./ClientApp/app/mission3/mission3.component.ts 1.32 kB {9} [built]
  [650] ./ClientApp/app/mission3/mission3-routing.module.ts 1.47 kB {9} [built]
  [682] ./~/css-loader!./ClientApp/app/mission3/mission3-detail.component.css 169 bytes {9} [built]
  [683] ./~/css-loader!./ClientApp/app/mission3/mission3.component.css 169 bytes {9} [built]
  [743] ./ClientApp/app/mission3/mission3-detail.component.html 57 bytes {9} [built]
  [744] ./ClientApp/app/mission3/mission3.component.html 50 bytes {9} [built]
  [786] ./ClientApp/app/mission3/mission3-detail.component.css 269 bytes {9} [built]
  [787] ./ClientApp/app/mission3/mission3.component.css 262 bytes {9} [built]
chunk   {10} 10.js, 10.js.map 6.35 kB {15} [rendered]
  [557] ./ClientApp/app/mission2/mission2.module.ts 1.28 kB {10} [built]
  [596] ./ClientApp/app/mission2/mission2-detail.component.ts 1.39 kB {10} [built]
  [597] ./ClientApp/app/mission2/mission2.component.ts 1.32 kB {10} [built]
  [649] ./ClientApp/app/mission2/mission2-routing.module.ts 1.38 kB {10} [built]
  [680] ./~/css-loader!./ClientApp/app/mission2/mission2-detail.component.css 169 bytes {10} [built]
  [681] ./~/css-loader!./ClientApp/app/mission2/mission2.component.css 169 bytes {10} [built]
  [741] ./ClientApp/app/mission2/mission2-detail.component.html 57 bytes {10} [built]
  [742] ./ClientApp/app/mission2/mission2.component.html 50 bytes {10} [built]
  [784] ./ClientApp/app/mission2/mission2-detail.component.css 269 bytes {10} [built]
  [785] ./ClientApp/app/mission2/mission2.component.css 262 bytes {10} [built]
chunk   {11} 11.js, 11.js.map 6.35 kB {15} [rendered]
  [556] ./ClientApp/app/mission1/mission1.module.ts 1.28 kB {11} [built]
  [594] ./ClientApp/app/mission1/mission1-detail.component.ts 1.39 kB {11} [built]
  [595] ./ClientApp/app/mission1/mission1.component.ts 1.32 kB {11} [built]
  [648] ./ClientApp/app/mission1/mission1-routing.module.ts 1.38 kB {11} [built]
  [678] ./~/css-loader!./ClientApp/app/mission1/mission1-detail.component.css 169 bytes {11} [built]
  [679] ./~/css-loader!./ClientApp/app/mission1/mission1.component.css 169 bytes {11} [built]
  [739] ./ClientApp/app/mission1/mission1-detail.component.html 57 bytes {11} [built]
  [740] ./ClientApp/app/mission1/mission1.component.html 50 bytes {11} [built]
  [782] ./ClientApp/app/mission1/mission1-detail.component.css 269 bytes {11} [built]
  [783] ./ClientApp/app/mission1/mission1.component.css 262 bytes {11} [built]
chunk   {12} 12.js, 12.js.map 6.21 kB {15} [rendered]
  [547] ./ClientApp/app/admin/admin.module.ts 1.23 kB {12} [built]
  [564] ./ClientApp/app/admin/admin.component.ts 1.29 kB {12} [built]
  [565] ./ClientApp/app/admin/login/login.component.ts 1.29 kB {12} [built]
  [619] ./ClientApp/app/admin/admin-routing.module.ts 1.41 kB {12} [built]
  [665] ./~/css-loader!./ClientApp/app/admin/admin.component.css 169 bytes {12} [built]
  [666] ./~/css-loader!./ClientApp/app/admin/login/login.component.css 172 bytes {12} [built]
  [705] ./ClientApp/app/admin/admin.component.html 78 bytes {12} [built]
  [706] ./ClientApp/app/admin/login/login.component.html 47 bytes {12} [built]
  [769] ./ClientApp/app/admin/admin.component.css 259 bytes {12} [built]
  [770] ./ClientApp/app/admin/login/login.component.css 262 bytes {12} [built]
chunk   {13} 13.js, 13.js.map 7.09 kB {15} [rendered]
  [552] ./ClientApp/app/examples/examples.module.ts 1.78 kB {13} [built]
  [576] ./ClientApp/app/examples/components/suburl.component.ts 961 bytes {13} [built]
  [577] ./ClientApp/app/examples/examples.component.ts 949 bytes {13} [built]
  [578] ./ClientApp/app/examples/stonglytyped/stonglytyped.component.ts 1.38 kB {13} [built]
  [637] ./ClientApp/app/examples/examples.routing.module.ts 2.02 kB {13} [built]
chunk   {14} 14.js, 14.js.map 4.1 kB {15} [rendered]
  [551] ./ClientApp/app/demos/demos.module.ts 1.49 kB {14} [built]
  [575] ./ClientApp/app/demos/demos.component.ts 944 bytes {14} [built]
  [636] ./ClientApp/app/demos/demos.routing.module.ts 1.62 kB {14} [built]
  [724] ./ClientApp/app/demos/demos.component.html 42 bytes {14} [built]
chunk   {15} main-client.js, main-client.js.map (main-client) 3.15 MB [entry] [rendered]
  [176] ./ClientApp/boot.browser.ts 1.57 kB {15} [built]
  [177] (webpack)-hot-middleware/client.js?path=__webpack_hmr&dynamicPublicPath=true 6.68 kB {15} [built]
  [178] delegated ./node_modules/event-source-polyfill/eventsource.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {15} [not cacheable] [built]
  [301] ./~/core-js/es6/string.js 1.13 kB {15} [built]
  [302] ./~/core-js/es6/symbol.js 131 bytes {15} [built]
  [303] ./~/core-js/es6/weak-map.js 176 bytes {15} [built]
  [304] ./~/core-js/fn/object/assign.js 107 bytes {15} [built]
  [305] ./~/core-js/fn/promise.js 298 bytes {15} [built]
  [498] ./~/querystring-es3/index.js 127 bytes {15} [built]
  [499] ./~/reflect-metadata/Reflect.js 48 kB {15} [built]
  [535] ./~/strip-ansi/index.js 161 bytes {15} [built]
  [540] (webpack)-hot-middleware/client-overlay.js 1.82 kB {15} [built]
  [541] (webpack)-hot-middleware/process-update.js 3.88 kB {15} [built]
  [542] (webpack)/buildin/module.js 517 bytes {15} [built]
  [546] multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot.browser.ts 52 bytes {15} [built]
     + 532 hidden modules

WARNING in ./~/@angular/core/@angular/core.es5.js
5704:15-36 Critical dependency: the request of a dependency is an expression

WARNING in ./~/@angular/core/@angular/core.es5.js
5720:15-102 Critical dependency: the request of a dependency is an expression
2018-03-20 01:53:30.751 +09:00 [Information] Request finished in 120109.8142ms 200 text/event-stream; charset=utf-8
2018-03-20 01:53:30.757 +09:00 [Information] Request finished in 67728.1461ms 200 text/event-stream; charset=utf-8
2018-03-20 01:53:34.413 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/aa3542e1e77c3965093a.hot-update.json  
2018-03-20 01:54:13.197 +09:00 [Error] Error closing the session.
System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired.  The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement.  This could be because the pre-login handshake failed or the server was unable to respond back in time.  The duration spent while attempting to connect to this server was - [Pre-Login] initialization=35379; handshake=3;  ---> System.ComponentModel.Win32Exception (0x80004005): 대기 작동이 시간 초과되었습니다
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<GetCacheItemAsync>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Microsoft.Extensions.Caching.SqlServer.DatabaseOperations.<RefreshCacheItemAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Extensions.Caching.SqlServer.SqlServerCache.<RefreshAsync>d__12.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.DistributedSession.<CommitAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.AspNetCore.Session.SessionMiddleware.<Invoke>d__9.MoveNext()
ClientConnectionId:be2d01d5-73f4-4d80-a39a-c8dcfb7ac2ca
Error Number:-2,State:0,Class:11
2018-03-20 01:54:13.212 +09:00 [Information] Request finished in 38799.1681ms 200 text/html; charset=utf-8
2018-03-20 02:00:10.753 +09:00 [Information] webpack building...
2018-03-20 02:00:26.635 +09:00 [Information] webpack built d29885a3bfa305a4e0b4 in 15210ms
2018-03-20 02:00:27.238 +09:00 [Error] Hash: d29885a3bfa305a4e0b4
Version: webpack 2.5.1
Time: 15210ms
                                   Asset       Size  Chunks                    Chunk Names
    b6a9974ae368e47ba416.hot-update.json   43 bytes          [emitted]         
                                    0.js    73.2 kB       0                    
                                    2.js    73.4 kB       2                    
                                    3.js    17.1 kB       3                    
                                    4.js    21.7 kB       4                    
                                    5.js    11.5 kB       5                    
                                    6.js    14.5 kB       6  [emitted]         
                                    7.js    8.86 kB       7                    
                                    8.js    8.86 kB       8                    
                                    9.js    8.86 kB       9                    
                                   10.js    8.77 kB      10                    
                                   11.js    8.77 kB      11                    
                                   12.js    8.67 kB      12                    
                                   13.js    10.2 kB      13                    
                                   14.js    6.12 kB      14                    
                          main-client.js    3.38 MB      15  [emitted]  [big]  main-client
    6.b6a9974ae368e47ba416.hot-update.js    1.67 kB       6  [emitted]         
                                    1.js    37.5 kB       1                    
                                0.js.map    62.5 kB       0                    
                                1.js.map    31.3 kB       1                    
                                2.js.map    71.3 kB       2                    
                                3.js.map    13.5 kB       3                    
                                4.js.map    18.4 kB       4                    
                                5.js.map    8.63 kB       5                    
                                7.js.map    6.37 kB       7                    
                                8.js.map    6.37 kB       8                    
                                9.js.map    6.38 kB       9                    
                               10.js.map    6.29 kB      10                    
                               11.js.map    6.28 kB      11                    
                               12.js.map    6.14 kB      12                    
                               13.js.map     6.4 kB      13                    
                               14.js.map    3.93 kB      14                    
                                6.js.map    10.5 kB       6  [emitted]         
6.b6a9974ae368e47ba416.hot-update.js.map  998 bytes       6  [emitted]         
                      main-client.js.map    4.03 MB      15  [emitted]         main-client
chunk    {0} 0.js, 0.js.map 56.3 kB {15}
  [561] ./ClientApp/app/samples/samples.module.ts 4.74 kB {0}
  [571] ./ClientApp/app/common/toastr.service.ts 1.29 kB {0}
  [604] ./ClientApp/app/samples/angular-helloworld/angular-helloworld.component.ts 1.32 kB {0}
  [605] ./ClientApp/app/samples/angularformdemo/angularformdemo.ts 1.35 kB {0}
  [606] ./ClientApp/app/samples/animation-small-big/animation-small-big.component.ts 3.02 kB {0}
  [607] ./ClientApp/app/samples/contact/samples.contact.component.ts 1.25 kB {0}
  [608] ./ClientApp/app/samples/ngfor/ngfor.component.ts 1.39 kB {0}
  [609] ./ClientApp/app/samples/ngif/ngif.component.ts 1.28 kB {0}
  [610] ./ClientApp/app/samples/ngifngfor/ngifngfor.component.ts 1.75 kB {0}
  [611] ./ClientApp/app/samples/ngstyle/ngstyle.component.ts 1.48 kB {0}
  [612] ./ClientApp/app/samples/quickstart/quickstart.component.ts 1.38 kB {0}
  [613] ./ClientApp/app/samples/samples.component.ts 1.31 kB {0}
  [614] ./ClientApp/app/samples/speakers/speakers.component.ts 1.72 kB {0}
  [615] ./ClientApp/app/samples/speakers/speakers.service.ts 1.32 kB {0}
  [617] ./ClientApp/app/samples/viewencapsulation/viewencapsulation.component.ts 1.41 kB {0}
     + 66 hidden modules
chunk    {1} 1.js, 1.js.map 28.8 kB {15}
  [549] ./ClientApp/app/blogposts/blogposts.module.ts 2.76 kB {1}
  [563] ./ClientApp/app/blogposts/shared/logger.service.ts 926 bytes {1}
  [567] ./ClientApp/app/blogposts/blogposts.component.ts 2.42 kB {1}
  [568] ./ClientApp/app/blogposts/services/SiteListDataService.ts 1.52 kB {1}
  [569] ./ClientApp/app/blogposts/services/TechListDataService.ts 1.51 kB {1}
  [570] ./ClientApp/app/blogposts/services/blog-archieve.service.ts 1.08 kB {1}
  [625] ./ClientApp/app/blogposts/SiteListViewComponent/SiteListViewComponent.ts 1.59 kB {1}
  [626] ./ClientApp/app/blogposts/TechListViewComponent/TechListViewComponent.ts 1.84 kB {1}
  [627] ./ClientApp/app/blogposts/blog-archieve/blog-archieve.component.ts 1.81 kB {1}
  [628] ./ClientApp/app/blogposts/blog-category/blog-category.component.ts 1.24 kB {1}
  [629] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.ts 1.5 kB {1}
  [630] ./ClientApp/app/blogposts/blog.post.mainsummary/blog.post.mainsummary.ts 1.57 kB {1}
  [631] ./ClientApp/app/blogposts/blogposts-routing.module.ts 1.68 kB {1}
  [632] ./ClientApp/app/blogposts/main-summary-list/main-summary-list.ts 964 bytes {1}
  [715] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.html 320 bytes {1}
     + 11 hidden modules
chunk    {2} 2.js, 2.js.map 57.2 kB {15}
  [553] ./ClientApp/app/heroes/heroes.module.ts 2.42 kB {2}
  [562] ./ClientApp/app/heroes/heroes.data.service.ts 5.38 kB {2}
  [579] ./ClientApp/app/heroes/guard.service.ts 1.51 kB {2}
  [580] ./ClientApp/app/heroes/heroes-resolver.service.ts 2.5 kB {2}
  [581] ./ClientApp/app/heroes/heroes.delete.component.ts 2.19 kB {2}
  [582] ./ClientApp/app/heroes/heroes.details.resolver.component.ts 2.46 kB {2}
  [583] ./ClientApp/app/heroes/heroes.edit.reactive.component.ts 4.45 kB {2}
  [584] ./ClientApp/app/heroes/heroes.index.component.ts 2.59 kB {2}
  [585] ./ClientApp/app/heroes/heroes.write.component.ts 3.12 kB {2}
  [638] ./ClientApp/app/heroes/heroes-routing.module.ts 2.8 kB {2}
  [639] ./ClientApp/app/heroes/heroes.component.ts 2.03 kB {2}
  [640] ./ClientApp/app/heroes/heroes.details.component.ts 2.96 kB {2}
  [641] ./ClientApp/app/heroes/heroes.edit.component.ts 3.17 kB {2}
  [642] ./ClientApp/app/heroes/heroes.grid.component.ts 1.45 kB {2}
  [644] ./ClientApp/app/heroes/index.ts 611 bytes {2}
     + 10 hidden modules
chunk    {3} 3.js, 3.js.map 12.5 kB {15}
  [555] ./ClientApp/app/jquery/jquery.module.ts 1.64 kB {3}
  [589] ./ClientApp/app/jquery/jquery-animate.component.ts 1.38 kB {3}
  [590] ./ClientApp/app/jquery/jquery-color.component.ts 1.6 kB {3}
  [591] ./ClientApp/app/jquery/jquery-plugin.component.ts 1.37 kB {3}
  [592] ./ClientApp/app/jquery/jquery.component.ts 1.3 kB {3}
  [593] ./ClientApp/app/jquery/jquery.slidetoggle.component.ts 1.21 kB {3}
  [647] ./ClientApp/app/jquery/jquery-routing.module.ts 1.85 kB {3}
  [734] ./ClientApp/app/jquery/jquery-animate.component.html 56 bytes {3}
  [735] ./ClientApp/app/jquery/jquery-color.component.html 83 bytes {3}
  [736] ./ClientApp/app/jquery/jquery-plugin.component.html 55 bytes {3}
  [737] ./ClientApp/app/jquery/jquery.component.html 89 bytes {3}
  [779] ./ClientApp/app/jquery/jquery-color.component.css 266 bytes {3}
  [780] ./ClientApp/app/jquery/jquery-plugin.component.css 267 bytes {3}
  [781] ./ClientApp/app/jquery/jquery.component.css 260 bytes {3}
  [809] delegated ./node_modules/jquery/dist/jquery.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {3} [not cacheable] [built]
     + 6 hidden modules
chunk    {4} 4.js, 4.js.map 17.5 kB {15}
  [554] ./ClientApp/app/home/home.module.ts 1.67 kB {4}
  [586] ./ClientApp/app/home/about/about.component.ts 1.38 kB {4}
  [587] ./ClientApp/app/home/contact/contact.component.ts 1.4 kB {4}
  [588] ./ClientApp/app/home/home.component.ts 1.03 kB {4}
  [634] ./ClientApp/app/components/sitelist/sitelist.component.ts 968 bytes {4}
  [635] ./ClientApp/app/components/techlist/techlist.component.ts 968 bytes {4}
  [646] ./ClientApp/app/home/home-routing.module.ts 1.54 kB {4}
  [672] ./~/css-loader!./ClientApp/app/home/about/about.component.css 172 bytes {4}
  [722] ./ClientApp/app/components/sitelist/sitelist.component.html 913 bytes {4}
  [723] ./ClientApp/app/components/techlist/techlist.component.html 233 bytes {4}
  [731] ./ClientApp/app/home/about/about.component.html 960 bytes {4}
  [732] ./ClientApp/app/home/contact/contact.component.html 796 bytes {4}
  [733] ./ClientApp/app/home/home.component.html 4.75 kB {4}
  [776] ./ClientApp/app/home/about/about.component.css 262 bytes {4}
  [777] ./ClientApp/app/home/contact/contact.component.css 264 bytes {4}
     + 1 hidden modules
chunk    {5} 5.js, 5.js.map 8.41 kB {15}
  [550] ./ClientApp/app/company/company.module.ts 1.36 kB {5}
  [572] ./ClientApp/app/company/company-member.component.ts 1.38 kB {5}
  [573] ./ClientApp/app/company/company.component.ts 1.31 kB {5}
  [574] ./ClientApp/app/company/portfolio/portfolio.component.ts 1.33 kB {5}
  [633] ./ClientApp/app/company/company-routing.module.ts 1.54 kB {5}
  [669] ./~/css-loader!./ClientApp/app/company/company-member.component.css 169 bytes {5}
  [670] ./~/css-loader!./ClientApp/app/company/company.component.css 169 bytes {5}
  [671] ./~/css-loader!./ClientApp/app/company/portfolio/portfolio.component.css 172 bytes {5}
  [719] ./ClientApp/app/company/company-member.component.html 45 bytes {5}
  [720] ./ClientApp/app/company/company.component.html 80 bytes {5}
  [721] ./ClientApp/app/company/portfolio/portfolio.component.html 48 bytes {5}
  [773] ./ClientApp/app/company/company-member.component.css 268 bytes {5}
  [774] ./ClientApp/app/company/company.component.css 261 bytes {5}
  [775] ./ClientApp/app/company/portfolio/portfolio.component.css 266 bytes {5}
chunk    {6} 6.js, 6.b6a9974ae368e47ba416.hot-update.js, 6.js.map, 6.b6a9974ae368e47ba416.hot-update.js.map 10.7 kB {15} [rendered]
  [548] ./ClientApp/app/angularcore/angularcore.module.ts 1.92 kB {6} [built]
  [566] ./ClientApp/app/angularcore/angularcore.component.ts 1.26 kB {6} [built]
  [620] ./ClientApp/app/angularcore/about/about.component.ts 996 bytes {6}
  [621] ./ClientApp/app/angularcore/angularcore.routing.module.ts 1.44 kB {6} [built]
  [622] ./ClientApp/app/angularcore/contact/contact.component.ts 1.01 kB {6}
  [623] ./ClientApp/app/angularcore/home/welcome.component.ts 1.01 kB {6}
  [624] ./ClientApp/app/angularcore/product/productlist.component.ts 1.53 kB {6}
  [707] ./ClientApp/app/angularcore/about/about.component.html 83 bytes {6}
  [708] ./ClientApp/app/angularcore/contact/contact.component.html 85 bytes {6}
  [709] ./ClientApp/app/angularcore/home/welcome.component.html 81 bytes {6}
  [710] ./ClientApp/app/angularcore/product/productlist.component.html 1.26 kB {6}
chunk    {7} 7.js, 7.js.map 6.44 kB {15}
  [560] ./ClientApp/app/mission5/mission5.module.ts 1.28 kB {7}
  [602] ./ClientApp/app/mission5/mission5-detail.component.ts 1.39 kB {7}
  [603] ./ClientApp/app/mission5/mission5.component.ts 1.32 kB {7}
  [652] ./ClientApp/app/mission5/mission5-routing.module.ts 1.47 kB {7}
  [686] ./~/css-loader!./ClientApp/app/mission5/mission5-detail.component.css 169 bytes {7}
  [687] ./~/css-loader!./ClientApp/app/mission5/mission5.component.css 169 bytes {7}
  [747] ./ClientApp/app/mission5/mission5-detail.component.html 57 bytes {7}
  [748] ./ClientApp/app/mission5/mission5.component.html 50 bytes {7}
  [790] ./ClientApp/app/mission5/mission5-detail.component.css 269 bytes {7}
  [791] ./ClientApp/app/mission5/mission5.component.css 262 bytes {7}
chunk    {8} 8.js, 8.js.map 6.44 kB {15}
  [559] ./ClientApp/app/mission4/mission4.module.ts 1.28 kB {8}
  [600] ./ClientApp/app/mission4/mission4-detail.component.ts 1.39 kB {8}
  [601] ./ClientApp/app/mission4/mission4.component.ts 1.32 kB {8}
  [651] ./ClientApp/app/mission4/mission4-routing.module.ts 1.47 kB {8}
  [684] ./~/css-loader!./ClientApp/app/mission4/mission4-detail.component.css 169 bytes {8}
  [685] ./~/css-loader!./ClientApp/app/mission4/mission4.component.css 169 bytes {8}
  [745] ./ClientApp/app/mission4/mission4-detail.component.html 57 bytes {8}
  [746] ./ClientApp/app/mission4/mission4.component.html 50 bytes {8}
  [788] ./ClientApp/app/mission4/mission4-detail.component.css 269 bytes {8}
  [789] ./ClientApp/app/mission4/mission4.component.css 262 bytes {8}
chunk    {9} 9.js, 9.js.map 6.44 kB {15}
  [558] ./ClientApp/app/mission3/mission3.module.ts 1.28 kB {9}
  [598] ./ClientApp/app/mission3/mission3-detail.component.ts 1.39 kB {9}
  [599] ./ClientApp/app/mission3/mission3.component.ts 1.32 kB {9}
  [650] ./ClientApp/app/mission3/mission3-routing.module.ts 1.47 kB {9}
  [682] ./~/css-loader!./ClientApp/app/mission3/mission3-detail.component.css 169 bytes {9}
  [683] ./~/css-loader!./ClientApp/app/mission3/mission3.component.css 169 bytes {9}
  [743] ./ClientApp/app/mission3/mission3-detail.component.html 57 bytes {9}
  [744] ./ClientApp/app/mission3/mission3.component.html 50 bytes {9}
  [786] ./ClientApp/app/mission3/mission3-detail.component.css 269 bytes {9}
  [787] ./ClientApp/app/mission3/mission3.component.css 262 bytes {9}
chunk   {10} 10.js, 10.js.map 6.35 kB {15}
  [557] ./ClientApp/app/mission2/mission2.module.ts 1.28 kB {10}
  [596] ./ClientApp/app/mission2/mission2-detail.component.ts 1.39 kB {10}
  [597] ./ClientApp/app/mission2/mission2.component.ts 1.32 kB {10}
  [649] ./ClientApp/app/mission2/mission2-routing.module.ts 1.38 kB {10}
  [680] ./~/css-loader!./ClientApp/app/mission2/mission2-detail.component.css 169 bytes {10}
  [681] ./~/css-loader!./ClientApp/app/mission2/mission2.component.css 169 bytes {10}
  [741] ./ClientApp/app/mission2/mission2-detail.component.html 57 bytes {10}
  [742] ./ClientApp/app/mission2/mission2.component.html 50 bytes {10}
  [784] ./ClientApp/app/mission2/mission2-detail.component.css 269 bytes {10}
  [785] ./ClientApp/app/mission2/mission2.component.css 262 bytes {10}
chunk   {11} 11.js, 11.js.map 6.35 kB {15}
  [556] ./ClientApp/app/mission1/mission1.module.ts 1.28 kB {11}
  [594] ./ClientApp/app/mission1/mission1-detail.component.ts 1.39 kB {11}
  [595] ./ClientApp/app/mission1/mission1.component.ts 1.32 kB {11}
  [648] ./ClientApp/app/mission1/mission1-routing.module.ts 1.38 kB {11}
  [678] ./~/css-loader!./ClientApp/app/mission1/mission1-detail.component.css 169 bytes {11}
  [679] ./~/css-loader!./ClientApp/app/mission1/mission1.component.css 169 bytes {11}
  [739] ./ClientApp/app/mission1/mission1-detail.component.html 57 bytes {11}
  [740] ./ClientApp/app/mission1/mission1.component.html 50 bytes {11}
  [782] ./ClientApp/app/mission1/mission1-detail.component.css 269 bytes {11}
  [783] ./ClientApp/app/mission1/mission1.component.css 262 bytes {11}
chunk   {12} 12.js, 12.js.map 6.21 kB {15}
  [547] ./ClientApp/app/admin/admin.module.ts 1.23 kB {12}
  [564] ./ClientApp/app/admin/admin.component.ts 1.29 kB {12}
  [565] ./ClientApp/app/admin/login/login.component.ts 1.29 kB {12}
  [619] ./ClientApp/app/admin/admin-routing.module.ts 1.41 kB {12}
  [665] ./~/css-loader!./ClientApp/app/admin/admin.component.css 169 bytes {12}
  [666] ./~/css-loader!./ClientApp/app/admin/login/login.component.css 172 bytes {12}
  [705] ./ClientApp/app/admin/admin.component.html 78 bytes {12}
  [706] ./ClientApp/app/admin/login/login.component.html 47 bytes {12}
  [769] ./ClientApp/app/admin/admin.component.css 259 bytes {12}
  [770] ./ClientApp/app/admin/login/login.component.css 262 bytes {12}
chunk   {13} 13.js, 13.js.map 7.09 kB {15}
  [552] ./ClientApp/app/examples/examples.module.ts 1.78 kB {13}
  [576] ./ClientApp/app/examples/components/suburl.component.ts 961 bytes {13}
  [577] ./ClientApp/app/examples/examples.component.ts 949 bytes {13}
  [578] ./ClientApp/app/examples/stonglytyped/stonglytyped.component.ts 1.38 kB {13}
  [637] ./ClientApp/app/examples/examples.routing.module.ts 2.02 kB {13}
chunk   {14} 14.js, 14.js.map 4.1 kB {15}
  [551] ./ClientApp/app/demos/demos.module.ts 1.49 kB {14}
  [575] ./ClientApp/app/demos/demos.component.ts 944 bytes {14}
  [636] ./ClientApp/app/demos/demos.routing.module.ts 1.62 kB {14}
  [724] ./ClientApp/app/demos/demos.component.html 42 bytes {14}
chunk   {15} main-client.js, main-client.js.map (main-client) 3.15 MB [entry] [rendered]
  [176] ./ClientApp/boot.browser.ts 1.57 kB {15}
  [177] (webpack)-hot-middleware/client.js?path=__webpack_hmr&dynamicPublicPath=true 6.68 kB {15}
  [178] delegated ./node_modules/event-source-polyfill/eventsource.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {15} [not cacheable] [built]
  [301] ./~/core-js/es6/string.js 1.13 kB {15}
  [302] ./~/core-js/es6/symbol.js 131 bytes {15}
  [303] ./~/core-js/es6/weak-map.js 176 bytes {15}
  [304] ./~/core-js/fn/object/assign.js 107 bytes {15}
  [305] ./~/core-js/fn/promise.js 298 bytes {15}
  [498] ./~/querystring-es3/index.js 127 bytes {15}
  [499] ./~/reflect-metadata/Reflect.js 48 kB {15}
  [535] ./~/strip-ansi/index.js 161 bytes {15}
  [540] (webpack)-hot-middleware/client-overlay.js 1.82 kB {15}
  [541] (webpack)-hot-middleware/process-update.js 3.88 kB {15}
  [542] (webpack)/buildin/module.js 517 bytes {15}
  [546] multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot.browser.ts 52 bytes {15}
     + 532 hidden modules

WARNING in ./~/@angular/core/@angular/core.es5.js
5704:15-36 Critical dependency: the request of a dependency is an expression

WARNING in ./~/@angular/core/@angular/core.es5.js
5720:15-102 Critical dependency: the request of a dependency is an expression
2018-03-20 02:02:09.356 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=3738507103661232  
2018-03-20 02:02:38.580 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=1142540344727174  
2018-03-20 02:03:43.574 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=684698980036535  
2018-03-20 02:03:50.548 +09:00 [Information] webpack built 9ba4745586ca3e067b93 in 102682ms
2018-03-20 02:03:51.554 +09:00 [Error] Hash: 9ba4745586ca3e067b93
Version: webpack 2.5.1
Time: 102682ms
             Asset     Size  Chunks                    Chunk Names
          0.js.map  62.5 kB       0  [emitted]         
              0.js  73.2 kB       0  [emitted]         
              2.js  73.4 kB       2  [emitted]         
              3.js  17.1 kB       3  [emitted]         
              4.js  21.7 kB       4  [emitted]         
              5.js  11.5 kB       5  [emitted]         
              6.js  14.5 kB       6  [emitted]         
              7.js  8.86 kB       7  [emitted]         
              8.js  8.86 kB       8  [emitted]         
              9.js  8.86 kB       9  [emitted]         
             10.js  8.77 kB      10  [emitted]         
             11.js  8.77 kB      11  [emitted]         
             12.js  8.67 kB      12  [emitted]         
             13.js  10.2 kB      13  [emitted]         
             14.js  6.12 kB      14  [emitted]         
    main-client.js  3.38 MB      15  [emitted]  [big]  main-client
              1.js  37.5 kB       1  [emitted]         
          1.js.map  31.3 kB       1  [emitted]         
          2.js.map  71.3 kB       2  [emitted]         
          3.js.map  13.5 kB       3  [emitted]         
          4.js.map  18.4 kB       4  [emitted]         
          5.js.map  8.63 kB       5  [emitted]         
          6.js.map  10.5 kB       6  [emitted]         
          7.js.map  6.37 kB       7  [emitted]         
          8.js.map  6.37 kB       8  [emitted]         
          9.js.map  6.38 kB       9  [emitted]         
         10.js.map  6.29 kB      10  [emitted]         
         11.js.map  6.28 kB      11  [emitted]         
         12.js.map  6.14 kB      12  [emitted]         
         13.js.map   6.4 kB      13  [emitted]         
         14.js.map  3.93 kB      14  [emitted]         
main-client.js.map  4.03 MB      15  [emitted]         main-client
chunk    {0} 0.js, 0.js.map 56.3 kB {15} [rendered]
  [561] ./ClientApp/app/samples/samples.module.ts 4.74 kB {0} [built]
  [571] ./ClientApp/app/common/toastr.service.ts 1.29 kB {0} [built]
  [604] ./ClientApp/app/samples/angular-helloworld/angular-helloworld.component.ts 1.32 kB {0} [built]
  [605] ./ClientApp/app/samples/angularformdemo/angularformdemo.ts 1.35 kB {0} [built]
  [606] ./ClientApp/app/samples/animation-small-big/animation-small-big.component.ts 3.02 kB {0} [built]
  [607] ./ClientApp/app/samples/contact/samples.contact.component.ts 1.25 kB {0} [built]
  [608] ./ClientApp/app/samples/ngfor/ngfor.component.ts 1.39 kB {0} [built]
  [609] ./ClientApp/app/samples/ngif/ngif.component.ts 1.28 kB {0} [built]
  [610] ./ClientApp/app/samples/ngifngfor/ngifngfor.component.ts 1.75 kB {0} [built]
  [611] ./ClientApp/app/samples/ngstyle/ngstyle.component.ts 1.48 kB {0} [built]
  [612] ./ClientApp/app/samples/quickstart/quickstart.component.ts 1.38 kB {0} [built]
  [613] ./ClientApp/app/samples/samples.component.ts 1.31 kB {0} [built]
  [614] ./ClientApp/app/samples/speakers/speakers.component.ts 1.72 kB {0} [built]
  [615] ./ClientApp/app/samples/speakers/speakers.service.ts 1.32 kB {0} [built]
  [617] ./ClientApp/app/samples/viewencapsulation/viewencapsulation.component.ts 1.41 kB {0} [built]
     + 66 hidden modules
chunk    {1} 1.js, 1.js.map 28.8 kB {15} [rendered]
  [549] ./ClientApp/app/blogposts/blogposts.module.ts 2.76 kB {1} [built]
  [563] ./ClientApp/app/blogposts/shared/logger.service.ts 926 bytes {1} [built]
  [567] ./ClientApp/app/blogposts/blogposts.component.ts 2.42 kB {1} [built]
  [568] ./ClientApp/app/blogposts/services/SiteListDataService.ts 1.52 kB {1} [built]
  [569] ./ClientApp/app/blogposts/services/TechListDataService.ts 1.51 kB {1} [built]
  [570] ./ClientApp/app/blogposts/services/blog-archieve.service.ts 1.08 kB {1} [built]
  [625] ./ClientApp/app/blogposts/SiteListViewComponent/SiteListViewComponent.ts 1.59 kB {1} [built]
  [626] ./ClientApp/app/blogposts/TechListViewComponent/TechListViewComponent.ts 1.84 kB {1} [built]
  [627] ./ClientApp/app/blogposts/blog-archieve/blog-archieve.component.ts 1.81 kB {1} [built]
  [628] ./ClientApp/app/blogposts/blog-category/blog-category.component.ts 1.24 kB {1} [built]
  [629] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.ts 1.5 kB {1} [built]
  [630] ./ClientApp/app/blogposts/blog.post.mainsummary/blog.post.mainsummary.ts 1.57 kB {1} [built]
  [631] ./ClientApp/app/blogposts/blogposts-routing.module.ts 1.68 kB {1} [built]
  [632] ./ClientApp/app/blogposts/main-summary-list/main-summary-list.ts 964 bytes {1} [built]
  [715] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.html 320 bytes {1} [built]
     + 11 hidden modules
chunk    {2} 2.js, 2.js.map 57.2 kB {15} [rendered]
  [553] ./ClientApp/app/heroes/heroes.module.ts 2.42 kB {2} [built]
  [562] ./ClientApp/app/heroes/heroes.data.service.ts 5.38 kB {2} [built]
  [579] ./ClientApp/app/heroes/guard.service.ts 1.51 kB {2} [built]
  [580] ./ClientApp/app/heroes/heroes-resolver.service.ts 2.5 kB {2} [built]
  [581] ./ClientApp/app/heroes/heroes.delete.component.ts 2.19 kB {2} [built]
  [582] ./ClientApp/app/heroes/heroes.details.resolver.component.ts 2.46 kB {2} [built]
  [583] ./ClientApp/app/heroes/heroes.edit.reactive.component.ts 4.45 kB {2} [built]
  [584] ./ClientApp/app/heroes/heroes.index.component.ts 2.59 kB {2} [built]
  [585] ./ClientApp/app/heroes/heroes.write.component.ts 3.12 kB {2} [built]
  [638] ./ClientApp/app/heroes/heroes-routing.module.ts 2.8 kB {2} [built]
  [639] ./ClientApp/app/heroes/heroes.component.ts 2.03 kB {2} [built]
  [640] ./ClientApp/app/heroes/heroes.details.component.ts 2.96 kB {2} [built]
  [641] ./ClientApp/app/heroes/heroes.edit.component.ts 3.17 kB {2} [built]
  [642] ./ClientApp/app/heroes/heroes.grid.component.ts 1.45 kB {2} [built]
  [644] ./ClientApp/app/heroes/index.ts 611 bytes {2} [built]
     + 10 hidden modules
chunk    {3} 3.js, 3.js.map 12.5 kB {15} [rendered]
  [555] ./ClientApp/app/jquery/jquery.module.ts 1.64 kB {3} [built]
  [589] ./ClientApp/app/jquery/jquery-animate.component.ts 1.38 kB {3} [built]
  [590] ./ClientApp/app/jquery/jquery-color.component.ts 1.6 kB {3} [built]
  [591] ./ClientApp/app/jquery/jquery-plugin.component.ts 1.37 kB {3} [built]
  [592] ./ClientApp/app/jquery/jquery.component.ts 1.3 kB {3} [built]
  [593] ./ClientApp/app/jquery/jquery.slidetoggle.component.ts 1.21 kB {3} [built]
  [647] ./ClientApp/app/jquery/jquery-routing.module.ts 1.85 kB {3} [built]
  [734] ./ClientApp/app/jquery/jquery-animate.component.html 56 bytes {3} [built]
  [735] ./ClientApp/app/jquery/jquery-color.component.html 83 bytes {3} [built]
  [736] ./ClientApp/app/jquery/jquery-plugin.component.html 55 bytes {3} [built]
  [737] ./ClientApp/app/jquery/jquery.component.html 89 bytes {3} [built]
  [779] ./ClientApp/app/jquery/jquery-color.component.css 266 bytes {3} [built]
  [780] ./ClientApp/app/jquery/jquery-plugin.component.css 267 bytes {3} [built]
  [781] ./ClientApp/app/jquery/jquery.component.css 260 bytes {3} [built]
  [809] delegated ./node_modules/jquery/dist/jquery.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {3} [not cacheable] [built]
     + 6 hidden modules
chunk    {4} 4.js, 4.js.map 17.5 kB {15} [rendered]
  [554] ./ClientApp/app/home/home.module.ts 1.67 kB {4} [built]
  [586] ./ClientApp/app/home/about/about.component.ts 1.38 kB {4} [built]
  [587] ./ClientApp/app/home/contact/contact.component.ts 1.4 kB {4} [built]
  [588] ./ClientApp/app/home/home.component.ts 1.03 kB {4} [built]
  [634] ./ClientApp/app/components/sitelist/sitelist.component.ts 968 bytes {4} [built]
  [635] ./ClientApp/app/components/techlist/techlist.component.ts 968 bytes {4} [built]
  [646] ./ClientApp/app/home/home-routing.module.ts 1.54 kB {4} [built]
  [672] ./~/css-loader!./ClientApp/app/home/about/about.component.css 172 bytes {4} [built]
  [722] ./ClientApp/app/components/sitelist/sitelist.component.html 913 bytes {4} [built]
  [723] ./ClientApp/app/components/techlist/techlist.component.html 233 bytes {4} [built]
  [731] ./ClientApp/app/home/about/about.component.html 960 bytes {4} [built]
  [732] ./ClientApp/app/home/contact/contact.component.html 796 bytes {4} [built]
  [733] ./ClientApp/app/home/home.component.html 4.75 kB {4} [built]
  [776] ./ClientApp/app/home/about/about.component.css 262 bytes {4} [built]
  [777] ./ClientApp/app/home/contact/contact.component.css 264 bytes {4} [built]
     + 1 hidden modules
chunk    {5} 5.js, 5.js.map 8.41 kB {15} [rendered]
  [550] ./ClientApp/app/company/company.module.ts 1.36 kB {5} [built]
  [572] ./ClientApp/app/company/company-member.component.ts 1.38 kB {5} [built]
  [573] ./ClientApp/app/company/company.component.ts 1.31 kB {5} [built]
  [574] ./ClientApp/app/company/portfolio/portfolio.component.ts 1.33 kB {5} [built]
  [633] ./ClientApp/app/company/company-routing.module.ts 1.54 kB {5} [built]
  [669] ./~/css-loader!./ClientApp/app/company/company-member.component.css 169 bytes {5} [built]
  [670] ./~/css-loader!./ClientApp/app/company/company.component.css 169 bytes {5} [built]
  [671] ./~/css-loader!./ClientApp/app/company/portfolio/portfolio.component.css 172 bytes {5} [built]
  [719] ./ClientApp/app/company/company-member.component.html 45 bytes {5} [built]
  [720] ./ClientApp/app/company/company.component.html 80 bytes {5} [built]
  [721] ./ClientApp/app/company/portfolio/portfolio.component.html 48 bytes {5} [built]
  [773] ./ClientApp/app/company/company-member.component.css 268 bytes {5} [built]
  [774] ./ClientApp/app/company/company.component.css 261 bytes {5} [built]
  [775] ./ClientApp/app/company/portfolio/portfolio.component.css 266 bytes {5} [built]
chunk    {6} 6.js, 6.js.map 10.7 kB {15} [rendered]
  [548] ./ClientApp/app/angularcore/angularcore.module.ts 1.92 kB {6} [built]
  [566] ./ClientApp/app/angularcore/angularcore.component.ts 1.26 kB {6} [built]
  [620] ./ClientApp/app/angularcore/about/about.component.ts 996 bytes {6} [built]
  [621] ./ClientApp/app/angularcore/angularcore.routing.module.ts 1.44 kB {6} [built]
  [622] ./ClientApp/app/angularcore/contact/contact.component.ts 1.01 kB {6} [built]
  [623] ./ClientApp/app/angularcore/home/welcome.component.ts 1.01 kB {6} [built]
  [624] ./ClientApp/app/angularcore/product/productlist.component.ts 1.53 kB {6} [built]
  [707] ./ClientApp/app/angularcore/about/about.component.html 83 bytes {6} [built]
  [708] ./ClientApp/app/angularcore/contact/contact.component.html 85 bytes {6} [built]
  [709] ./ClientApp/app/angularcore/home/welcome.component.html 81 bytes {6} [built]
  [710] ./ClientApp/app/angularcore/product/productlist.component.html 1.26 kB {6} [built]
chunk    {7} 7.js, 7.js.map 6.44 kB {15} [rendered]
  [560] ./ClientApp/app/mission5/mission5.module.ts 1.28 kB {7} [built]
  [602] ./ClientApp/app/mission5/mission5-detail.component.ts 1.39 kB {7} [built]
  [603] ./ClientApp/app/mission5/mission5.component.ts 1.32 kB {7} [built]
  [652] ./ClientApp/app/mission5/mission5-routing.module.ts 1.47 kB {7} [built]
  [686] ./~/css-loader!./ClientApp/app/mission5/mission5-detail.component.css 169 bytes {7} [built]
  [687] ./~/css-loader!./ClientApp/app/mission5/mission5.component.css 169 bytes {7} [built]
  [747] ./ClientApp/app/mission5/mission5-detail.component.html 57 bytes {7} [built]
  [748] ./ClientApp/app/mission5/mission5.component.html 50 bytes {7} [built]
  [790] ./ClientApp/app/mission5/mission5-detail.component.css 269 bytes {7} [built]
  [791] ./ClientApp/app/mission5/mission5.component.css 262 bytes {7} [built]
chunk    {8} 8.js, 8.js.map 6.44 kB {15} [rendered]
  [559] ./ClientApp/app/mission4/mission4.module.ts 1.28 kB {8} [built]
  [600] ./ClientApp/app/mission4/mission4-detail.component.ts 1.39 kB {8} [built]
  [601] ./ClientApp/app/mission4/mission4.component.ts 1.32 kB {8} [built]
  [651] ./ClientApp/app/mission4/mission4-routing.module.ts 1.47 kB {8} [built]
  [684] ./~/css-loader!./ClientApp/app/mission4/mission4-detail.component.css 169 bytes {8} [built]
  [685] ./~/css-loader!./ClientApp/app/mission4/mission4.component.css 169 bytes {8} [built]
  [745] ./ClientApp/app/mission4/mission4-detail.component.html 57 bytes {8} [built]
  [746] ./ClientApp/app/mission4/mission4.component.html 50 bytes {8} [built]
  [788] ./ClientApp/app/mission4/mission4-detail.component.css 269 bytes {8} [built]
  [789] ./ClientApp/app/mission4/mission4.component.css 262 bytes {8} [built]
chunk    {9} 9.js, 9.js.map 6.44 kB {15} [rendered]
  [558] ./ClientApp/app/mission3/mission3.module.ts 1.28 kB {9} [built]
  [598] ./ClientApp/app/mission3/mission3-detail.component.ts 1.39 kB {9} [built]
  [599] ./ClientApp/app/mission3/mission3.component.ts 1.32 kB {9} [built]
  [650] ./ClientApp/app/mission3/mission3-routing.module.ts 1.47 kB {9} [built]
  [682] ./~/css-loader!./ClientApp/app/mission3/mission3-detail.component.css 169 bytes {9} [built]
  [683] ./~/css-loader!./ClientApp/app/mission3/mission3.component.css 169 bytes {9} [built]
  [743] ./ClientApp/app/mission3/mission3-detail.component.html 57 bytes {9} [built]
  [744] ./ClientApp/app/mission3/mission3.component.html 50 bytes {9} [built]
  [786] ./ClientApp/app/mission3/mission3-detail.component.css 269 bytes {9} [built]
  [787] ./ClientApp/app/mission3/mission3.component.css 262 bytes {9} [built]
chunk   {10} 10.js, 10.js.map 6.35 kB {15} [rendered]
  [557] ./ClientApp/app/mission2/mission2.module.ts 1.28 kB {10} [built]
  [596] ./ClientApp/app/mission2/mission2-detail.component.ts 1.39 kB {10} [built]
  [597] ./ClientApp/app/mission2/mission2.component.ts 1.32 kB {10} [built]
  [649] ./ClientApp/app/mission2/mission2-routing.module.ts 1.38 kB {10} [built]
  [680] ./~/css-loader!./ClientApp/app/mission2/mission2-detail.component.css 169 bytes {10} [built]
  [681] ./~/css-loader!./ClientApp/app/mission2/mission2.component.css 169 bytes {10} [built]
  [741] ./ClientApp/app/mission2/mission2-detail.component.html 57 bytes {10} [built]
  [742] ./ClientApp/app/mission2/mission2.component.html 50 bytes {10} [built]
  [784] ./ClientApp/app/mission2/mission2-detail.component.css 269 bytes {10} [built]
  [785] ./ClientApp/app/mission2/mission2.component.css 262 bytes {10} [built]
chunk   {11} 11.js, 11.js.map 6.35 kB {15} [rendered]
  [556] ./ClientApp/app/mission1/mission1.module.ts 1.28 kB {11} [built]
  [594] ./ClientApp/app/mission1/mission1-detail.component.ts 1.39 kB {11} [built]
  [595] ./ClientApp/app/mission1/mission1.component.ts 1.32 kB {11} [built]
  [648] ./ClientApp/app/mission1/mission1-routing.module.ts 1.38 kB {11} [built]
  [678] ./~/css-loader!./ClientApp/app/mission1/mission1-detail.component.css 169 bytes {11} [built]
  [679] ./~/css-loader!./ClientApp/app/mission1/mission1.component.css 169 bytes {11} [built]
  [739] ./ClientApp/app/mission1/mission1-detail.component.html 57 bytes {11} [built]
  [740] ./ClientApp/app/mission1/mission1.component.html 50 bytes {11} [built]
  [782] ./ClientApp/app/mission1/mission1-detail.component.css 269 bytes {11} [built]
  [783] ./ClientApp/app/mission1/mission1.component.css 262 bytes {11} [built]
chunk   {12} 12.js, 12.js.map 6.21 kB {15} [rendered]
  [547] ./ClientApp/app/admin/admin.module.ts 1.23 kB {12} [built]
  [564] ./ClientApp/app/admin/admin.component.ts 1.29 kB {12} [built]
  [565] ./ClientApp/app/admin/login/login.component.ts 1.29 kB {12} [built]
  [619] ./ClientApp/app/admin/admin-routing.module.ts 1.41 kB {12} [built]
  [665] ./~/css-loader!./ClientApp/app/admin/admin.component.css 169 bytes {12} [built]
  [666] ./~/css-loader!./ClientApp/app/admin/login/login.component.css 172 bytes {12} [built]
  [705] ./ClientApp/app/admin/admin.component.html 78 bytes {12} [built]
  [706] ./ClientApp/app/admin/login/login.component.html 47 bytes {12} [built]
  [769] ./ClientApp/app/admin/admin.component.css 259 bytes {12} [built]
  [770] ./ClientApp/app/admin/login/login.component.css 262 bytes {12} [built]
chunk   {13} 13.js, 13.js.map 7.09 kB {15} [rendered]
  [552] ./ClientApp/app/examples/examples.module.ts 1.78 kB {13} [built]
  [576] ./ClientApp/app/examples/components/suburl.component.ts 961 bytes {13} [built]
  [577] ./ClientApp/app/examples/examples.component.ts 949 bytes {13} [built]
  [578] ./ClientApp/app/examples/stonglytyped/stonglytyped.component.ts 1.38 kB {13} [built]
  [637] ./ClientApp/app/examples/examples.routing.module.ts 2.02 kB {13} [built]
chunk   {14} 14.js, 14.js.map 4.1 kB {15} [rendered]
  [551] ./ClientApp/app/demos/demos.module.ts 1.49 kB {14} [built]
  [575] ./ClientApp/app/demos/demos.component.ts 944 bytes {14} [built]
  [636] ./ClientApp/app/demos/demos.routing.module.ts 1.62 kB {14} [built]
  [724] ./ClientApp/app/demos/demos.component.html 42 bytes {14} [built]
chunk   {15} main-client.js, main-client.js.map (main-client) 3.15 MB [entry] [rendered]
  [176] ./ClientApp/boot.browser.ts 1.57 kB {15} [built]
  [177] (webpack)-hot-middleware/client.js?path=__webpack_hmr&dynamicPublicPath=true 6.68 kB {15} [built]
  [178] delegated ./node_modules/event-source-polyfill/eventsource.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {15} [not cacheable] [built]
  [301] ./~/core-js/es6/string.js 1.13 kB {15} [built]
  [302] ./~/core-js/es6/symbol.js 131 bytes {15} [built]
  [303] ./~/core-js/es6/weak-map.js 176 bytes {15} [built]
  [304] ./~/core-js/fn/object/assign.js 107 bytes {15} [built]
  [305] ./~/core-js/fn/promise.js 298 bytes {15} [built]
  [498] ./~/querystring-es3/index.js 127 bytes {15} [built]
  [499] ./~/reflect-metadata/Reflect.js 48 kB {15} [built]
  [535] ./~/strip-ansi/index.js 161 bytes {15} [built]
  [540] (webpack)-hot-middleware/client-overlay.js 1.82 kB {15} [built]
  [541] (webpack)-hot-middleware/process-update.js 3.88 kB {15} [built]
  [542] (webpack)/buildin/module.js 517 bytes {15} [built]
  [546] multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot.browser.ts 52 bytes {15} [built]
     + 532 hidden modules

WARNING in ./~/@angular/core/@angular/core.es5.js
5704:15-36 Critical dependency: the request of a dependency is an expression

WARNING in ./~/@angular/core/@angular/core.es5.js
5720:15-102 Critical dependency: the request of a dependency is an expression
2018-03-20 02:03:54.645 +09:00 [Information] Request finished in 105447.2412ms 200 text/event-stream; charset=utf-8
2018-03-20 02:03:57.321 +09:00 [Information] Request finished in 78742.3114ms 200 text/event-stream; charset=utf-8
2018-03-20 02:11:38.133 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=8740732389396053  
2018-03-20 02:12:26.869 +09:00 [Information] Request starting HTTP/1.1 GET http://localhost:49982/dist/__webpack_hmr?lastEventId=&r=3561042714397813  
2018-03-20 02:12:53.420 +09:00 [Information] webpack built 9ba4745586ca3e067b93 in 78014ms
2018-03-20 02:12:54.416 +09:00 [Error] Hash: 9ba4745586ca3e067b93
Version: webpack 2.5.1
Time: 78014ms
             Asset     Size  Chunks                    Chunk Names
          0.js.map  62.5 kB       0  [emitted]         
              0.js  73.2 kB       0  [emitted]         
              2.js  73.4 kB       2  [emitted]         
              3.js  17.1 kB       3  [emitted]         
              4.js  21.7 kB       4  [emitted]         
              5.js  11.5 kB       5  [emitted]         
              6.js  14.5 kB       6  [emitted]         
              7.js  8.86 kB       7  [emitted]         
              8.js  8.86 kB       8  [emitted]         
              9.js  8.86 kB       9  [emitted]         
             10.js  8.77 kB      10  [emitted]         
             11.js  8.77 kB      11  [emitted]         
             12.js  8.67 kB      12  [emitted]         
             13.js  10.2 kB      13  [emitted]         
             14.js  6.12 kB      14  [emitted]         
    main-client.js  3.38 MB      15  [emitted]  [big]  main-client
              1.js  37.5 kB       1  [emitted]         
          1.js.map  31.3 kB       1  [emitted]         
          2.js.map  71.3 kB       2  [emitted]         
          3.js.map  13.5 kB       3  [emitted]         
          4.js.map  18.4 kB       4  [emitted]         
          5.js.map  8.63 kB       5  [emitted]         
          6.js.map  10.5 kB       6  [emitted]         
          7.js.map  6.37 kB       7  [emitted]         
          8.js.map  6.37 kB       8  [emitted]         
          9.js.map  6.38 kB       9  [emitted]         
         10.js.map  6.29 kB      10  [emitted]         
         11.js.map  6.28 kB      11  [emitted]         
         12.js.map  6.14 kB      12  [emitted]         
         13.js.map   6.4 kB      13  [emitted]         
         14.js.map  3.93 kB      14  [emitted]         
main-client.js.map  4.03 MB      15  [emitted]         main-client
chunk    {0} 0.js, 0.js.map 56.3 kB {15} [rendered]
  [561] ./ClientApp/app/samples/samples.module.ts 4.74 kB {0} [built]
  [571] ./ClientApp/app/common/toastr.service.ts 1.29 kB {0} [built]
  [604] ./ClientApp/app/samples/angular-helloworld/angular-helloworld.component.ts 1.32 kB {0} [built]
  [605] ./ClientApp/app/samples/angularformdemo/angularformdemo.ts 1.35 kB {0} [built]
  [606] ./ClientApp/app/samples/animation-small-big/animation-small-big.component.ts 3.02 kB {0} [built]
  [607] ./ClientApp/app/samples/contact/samples.contact.component.ts 1.25 kB {0} [built]
  [608] ./ClientApp/app/samples/ngfor/ngfor.component.ts 1.39 kB {0} [built]
  [609] ./ClientApp/app/samples/ngif/ngif.component.ts 1.28 kB {0} [built]
  [610] ./ClientApp/app/samples/ngifngfor/ngifngfor.component.ts 1.75 kB {0} [built]
  [611] ./ClientApp/app/samples/ngstyle/ngstyle.component.ts 1.48 kB {0} [built]
  [612] ./ClientApp/app/samples/quickstart/quickstart.component.ts 1.38 kB {0} [built]
  [613] ./ClientApp/app/samples/samples.component.ts 1.31 kB {0} [built]
  [614] ./ClientApp/app/samples/speakers/speakers.component.ts 1.72 kB {0} [built]
  [615] ./ClientApp/app/samples/speakers/speakers.service.ts 1.32 kB {0} [built]
  [617] ./ClientApp/app/samples/viewencapsulation/viewencapsulation.component.ts 1.41 kB {0} [built]
     + 66 hidden modules
chunk    {1} 1.js, 1.js.map 28.8 kB {15} [rendered]
  [549] ./ClientApp/app/blogposts/blogposts.module.ts 2.76 kB {1} [built]
  [563] ./ClientApp/app/blogposts/shared/logger.service.ts 926 bytes {1} [built]
  [567] ./ClientApp/app/blogposts/blogposts.component.ts 2.42 kB {1} [built]
  [568] ./ClientApp/app/blogposts/services/SiteListDataService.ts 1.52 kB {1} [built]
  [569] ./ClientApp/app/blogposts/services/TechListDataService.ts 1.51 kB {1} [built]
  [570] ./ClientApp/app/blogposts/services/blog-archieve.service.ts 1.08 kB {1} [built]
  [625] ./ClientApp/app/blogposts/SiteListViewComponent/SiteListViewComponent.ts 1.59 kB {1} [built]
  [626] ./ClientApp/app/blogposts/TechListViewComponent/TechListViewComponent.ts 1.84 kB {1} [built]
  [627] ./ClientApp/app/blogposts/blog-archieve/blog-archieve.component.ts 1.81 kB {1} [built]
  [628] ./ClientApp/app/blogposts/blog-category/blog-category.component.ts 1.24 kB {1} [built]
  [629] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.ts 1.5 kB {1} [built]
  [630] ./ClientApp/app/blogposts/blog.post.mainsummary/blog.post.mainsummary.ts 1.57 kB {1} [built]
  [631] ./ClientApp/app/blogposts/blogposts-routing.module.ts 1.68 kB {1} [built]
  [632] ./ClientApp/app/blogposts/main-summary-list/main-summary-list.ts 964 bytes {1} [built]
  [715] ./ClientApp/app/blogposts/blog-comment/blog-comment.component.html 320 bytes {1} [built]
     + 11 hidden modules
chunk    {2} 2.js, 2.js.map 57.2 kB {15} [rendered]
  [553] ./ClientApp/app/heroes/heroes.module.ts 2.42 kB {2} [built]
  [562] ./ClientApp/app/heroes/heroes.data.service.ts 5.38 kB {2} [built]
  [579] ./ClientApp/app/heroes/guard.service.ts 1.51 kB {2} [built]
  [580] ./ClientApp/app/heroes/heroes-resolver.service.ts 2.5 kB {2} [built]
  [581] ./ClientApp/app/heroes/heroes.delete.component.ts 2.19 kB {2} [built]
  [582] ./ClientApp/app/heroes/heroes.details.resolver.component.ts 2.46 kB {2} [built]
  [583] ./ClientApp/app/heroes/heroes.edit.reactive.component.ts 4.45 kB {2} [built]
  [584] ./ClientApp/app/heroes/heroes.index.component.ts 2.59 kB {2} [built]
  [585] ./ClientApp/app/heroes/heroes.write.component.ts 3.12 kB {2} [built]
  [638] ./ClientApp/app/heroes/heroes-routing.module.ts 2.8 kB {2} [built]
  [639] ./ClientApp/app/heroes/heroes.component.ts 2.03 kB {2} [built]
  [640] ./ClientApp/app/heroes/heroes.details.component.ts 2.96 kB {2} [built]
  [641] ./ClientApp/app/heroes/heroes.edit.component.ts 3.17 kB {2} [built]
  [642] ./ClientApp/app/heroes/heroes.grid.component.ts 1.45 kB {2} [built]
  [644] ./ClientApp/app/heroes/index.ts 611 bytes {2} [built]
     + 10 hidden modules
chunk    {3} 3.js, 3.js.map 12.5 kB {15} [rendered]
  [555] ./ClientApp/app/jquery/jquery.module.ts 1.64 kB {3} [built]
  [589] ./ClientApp/app/jquery/jquery-animate.component.ts 1.38 kB {3} [built]
  [590] ./ClientApp/app/jquery/jquery-color.component.ts 1.6 kB {3} [built]
  [591] ./ClientApp/app/jquery/jquery-plugin.component.ts 1.37 kB {3} [built]
  [592] ./ClientApp/app/jquery/jquery.component.ts 1.3 kB {3} [built]
  [593] ./ClientApp/app/jquery/jquery.slidetoggle.component.ts 1.21 kB {3} [built]
  [647] ./ClientApp/app/jquery/jquery-routing.module.ts 1.85 kB {3} [built]
  [734] ./ClientApp/app/jquery/jquery-animate.component.html 56 bytes {3} [built]
  [735] ./ClientApp/app/jquery/jquery-color.component.html 83 bytes {3} [built]
  [736] ./ClientApp/app/jquery/jquery-plugin.component.html 55 bytes {3} [built]
  [737] ./ClientApp/app/jquery/jquery.component.html 89 bytes {3} [built]
  [779] ./ClientApp/app/jquery/jquery-color.component.css 266 bytes {3} [built]
  [780] ./ClientApp/app/jquery/jquery-plugin.component.css 267 bytes {3} [built]
  [781] ./ClientApp/app/jquery/jquery.component.css 260 bytes {3} [built]
  [809] delegated ./node_modules/jquery/dist/jquery.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {3} [not cacheable] [built]
     + 6 hidden modules
chunk    {4} 4.js, 4.js.map 17.5 kB {15} [rendered]
  [554] ./ClientApp/app/home/home.module.ts 1.67 kB {4} [built]
  [586] ./ClientApp/app/home/about/about.component.ts 1.38 kB {4} [built]
  [587] ./ClientApp/app/home/contact/contact.component.ts 1.4 kB {4} [built]
  [588] ./ClientApp/app/home/home.component.ts 1.03 kB {4} [built]
  [634] ./ClientApp/app/components/sitelist/sitelist.component.ts 968 bytes {4} [built]
  [635] ./ClientApp/app/components/techlist/techlist.component.ts 968 bytes {4} [built]
  [646] ./ClientApp/app/home/home-routing.module.ts 1.54 kB {4} [built]
  [672] ./~/css-loader!./ClientApp/app/home/about/about.component.css 172 bytes {4} [built]
  [722] ./ClientApp/app/components/sitelist/sitelist.component.html 913 bytes {4} [built]
  [723] ./ClientApp/app/components/techlist/techlist.component.html 233 bytes {4} [built]
  [731] ./ClientApp/app/home/about/about.component.html 960 bytes {4} [built]
  [732] ./ClientApp/app/home/contact/contact.component.html 796 bytes {4} [built]
  [733] ./ClientApp/app/home/home.component.html 4.75 kB {4} [built]
  [776] ./ClientApp/app/home/about/about.component.css 262 bytes {4} [built]
  [777] ./ClientApp/app/home/contact/contact.component.css 264 bytes {4} [built]
     + 1 hidden modules
chunk    {5} 5.js, 5.js.map 8.41 kB {15} [rendered]
  [550] ./ClientApp/app/company/company.module.ts 1.36 kB {5} [built]
  [572] ./ClientApp/app/company/company-member.component.ts 1.38 kB {5} [built]
  [573] ./ClientApp/app/company/company.component.ts 1.31 kB {5} [built]
  [574] ./ClientApp/app/company/portfolio/portfolio.component.ts 1.33 kB {5} [built]
  [633] ./ClientApp/app/company/company-routing.module.ts 1.54 kB {5} [built]
  [669] ./~/css-loader!./ClientApp/app/company/company-member.component.css 169 bytes {5} [built]
  [670] ./~/css-loader!./ClientApp/app/company/company.component.css 169 bytes {5} [built]
  [671] ./~/css-loader!./ClientApp/app/company/portfolio/portfolio.component.css 172 bytes {5} [built]
  [719] ./ClientApp/app/company/company-member.component.html 45 bytes {5} [built]
  [720] ./ClientApp/app/company/company.component.html 80 bytes {5} [built]
  [721] ./ClientApp/app/company/portfolio/portfolio.component.html 48 bytes {5} [built]
  [773] ./ClientApp/app/company/company-member.component.css 268 bytes {5} [built]
  [774] ./ClientApp/app/company/company.component.css 261 bytes {5} [built]
  [775] ./ClientApp/app/company/portfolio/portfolio.component.css 266 bytes {5} [built]
chunk    {6} 6.js, 6.js.map 10.7 kB {15} [rendered]
  [548] ./ClientApp/app/angularcore/angularcore.module.ts 1.92 kB {6} [built]
  [566] ./ClientApp/app/angularcore/angularcore.component.ts 1.26 kB {6} [built]
  [620] ./ClientApp/app/angularcore/about/about.component.ts 996 bytes {6} [built]
  [621] ./ClientApp/app/angularcore/angularcore.routing.module.ts 1.44 kB {6} [built]
  [622] ./ClientApp/app/angularcore/contact/contact.component.ts 1.01 kB {6} [built]
  [623] ./ClientApp/app/angularcore/home/welcome.component.ts 1.01 kB {6} [built]
  [624] ./ClientApp/app/angularcore/product/productlist.component.ts 1.53 kB {6} [built]
  [707] ./ClientApp/app/angularcore/about/about.component.html 83 bytes {6} [built]
  [708] ./ClientApp/app/angularcore/contact/contact.component.html 85 bytes {6} [built]
  [709] ./ClientApp/app/angularcore/home/welcome.component.html 81 bytes {6} [built]
  [710] ./ClientApp/app/angularcore/product/productlist.component.html 1.26 kB {6} [built]
chunk    {7} 7.js, 7.js.map 6.44 kB {15} [rendered]
  [560] ./ClientApp/app/mission5/mission5.module.ts 1.28 kB {7} [built]
  [602] ./ClientApp/app/mission5/mission5-detail.component.ts 1.39 kB {7} [built]
  [603] ./ClientApp/app/mission5/mission5.component.ts 1.32 kB {7} [built]
  [652] ./ClientApp/app/mission5/mission5-routing.module.ts 1.47 kB {7} [built]
  [686] ./~/css-loader!./ClientApp/app/mission5/mission5-detail.component.css 169 bytes {7} [built]
  [687] ./~/css-loader!./ClientApp/app/mission5/mission5.component.css 169 bytes {7} [built]
  [747] ./ClientApp/app/mission5/mission5-detail.component.html 57 bytes {7} [built]
  [748] ./ClientApp/app/mission5/mission5.component.html 50 bytes {7} [built]
  [790] ./ClientApp/app/mission5/mission5-detail.component.css 269 bytes {7} [built]
  [791] ./ClientApp/app/mission5/mission5.component.css 262 bytes {7} [built]
chunk    {8} 8.js, 8.js.map 6.44 kB {15} [rendered]
  [559] ./ClientApp/app/mission4/mission4.module.ts 1.28 kB {8} [built]
  [600] ./ClientApp/app/mission4/mission4-detail.component.ts 1.39 kB {8} [built]
  [601] ./ClientApp/app/mission4/mission4.component.ts 1.32 kB {8} [built]
  [651] ./ClientApp/app/mission4/mission4-routing.module.ts 1.47 kB {8} [built]
  [684] ./~/css-loader!./ClientApp/app/mission4/mission4-detail.component.css 169 bytes {8} [built]
  [685] ./~/css-loader!./ClientApp/app/mission4/mission4.component.css 169 bytes {8} [built]
  [745] ./ClientApp/app/mission4/mission4-detail.component.html 57 bytes {8} [built]
  [746] ./ClientApp/app/mission4/mission4.component.html 50 bytes {8} [built]
  [788] ./ClientApp/app/mission4/mission4-detail.component.css 269 bytes {8} [built]
  [789] ./ClientApp/app/mission4/mission4.component.css 262 bytes {8} [built]
chunk    {9} 9.js, 9.js.map 6.44 kB {15} [rendered]
  [558] ./ClientApp/app/mission3/mission3.module.ts 1.28 kB {9} [built]
  [598] ./ClientApp/app/mission3/mission3-detail.component.ts 1.39 kB {9} [built]
  [599] ./ClientApp/app/mission3/mission3.component.ts 1.32 kB {9} [built]
  [650] ./ClientApp/app/mission3/mission3-routing.module.ts 1.47 kB {9} [built]
  [682] ./~/css-loader!./ClientApp/app/mission3/mission3-detail.component.css 169 bytes {9} [built]
  [683] ./~/css-loader!./ClientApp/app/mission3/mission3.component.css 169 bytes {9} [built]
  [743] ./ClientApp/app/mission3/mission3-detail.component.html 57 bytes {9} [built]
  [744] ./ClientApp/app/mission3/mission3.component.html 50 bytes {9} [built]
  [786] ./ClientApp/app/mission3/mission3-detail.component.css 269 bytes {9} [built]
  [787] ./ClientApp/app/mission3/mission3.component.css 262 bytes {9} [built]
chunk   {10} 10.js, 10.js.map 6.35 kB {15} [rendered]
  [557] ./ClientApp/app/mission2/mission2.module.ts 1.28 kB {10} [built]
  [596] ./ClientApp/app/mission2/mission2-detail.component.ts 1.39 kB {10} [built]
  [597] ./ClientApp/app/mission2/mission2.component.ts 1.32 kB {10} [built]
  [649] ./ClientApp/app/mission2/mission2-routing.module.ts 1.38 kB {10} [built]
  [680] ./~/css-loader!./ClientApp/app/mission2/mission2-detail.component.css 169 bytes {10} [built]
  [681] ./~/css-loader!./ClientApp/app/mission2/mission2.component.css 169 bytes {10} [built]
  [741] ./ClientApp/app/mission2/mission2-detail.component.html 57 bytes {10} [built]
  [742] ./ClientApp/app/mission2/mission2.component.html 50 bytes {10} [built]
  [784] ./ClientApp/app/mission2/mission2-detail.component.css 269 bytes {10} [built]
  [785] ./ClientApp/app/mission2/mission2.component.css 262 bytes {10} [built]
chunk   {11} 11.js, 11.js.map 6.35 kB {15} [rendered]
  [556] ./ClientApp/app/mission1/mission1.module.ts 1.28 kB {11} [built]
  [594] ./ClientApp/app/mission1/mission1-detail.component.ts 1.39 kB {11} [built]
  [595] ./ClientApp/app/mission1/mission1.component.ts 1.32 kB {11} [built]
  [648] ./ClientApp/app/mission1/mission1-routing.module.ts 1.38 kB {11} [built]
  [678] ./~/css-loader!./ClientApp/app/mission1/mission1-detail.component.css 169 bytes {11} [built]
  [679] ./~/css-loader!./ClientApp/app/mission1/mission1.component.css 169 bytes {11} [built]
  [739] ./ClientApp/app/mission1/mission1-detail.component.html 57 bytes {11} [built]
  [740] ./ClientApp/app/mission1/mission1.component.html 50 bytes {11} [built]
  [782] ./ClientApp/app/mission1/mission1-detail.component.css 269 bytes {11} [built]
  [783] ./ClientApp/app/mission1/mission1.component.css 262 bytes {11} [built]
chunk   {12} 12.js, 12.js.map 6.21 kB {15} [rendered]
  [547] ./ClientApp/app/admin/admin.module.ts 1.23 kB {12} [built]
  [564] ./ClientApp/app/admin/admin.component.ts 1.29 kB {12} [built]
  [565] ./ClientApp/app/admin/login/login.component.ts 1.29 kB {12} [built]
  [619] ./ClientApp/app/admin/admin-routing.module.ts 1.41 kB {12} [built]
  [665] ./~/css-loader!./ClientApp/app/admin/admin.component.css 169 bytes {12} [built]
  [666] ./~/css-loader!./ClientApp/app/admin/login/login.component.css 172 bytes {12} [built]
  [705] ./ClientApp/app/admin/admin.component.html 78 bytes {12} [built]
  [706] ./ClientApp/app/admin/login/login.component.html 47 bytes {12} [built]
  [769] ./ClientApp/app/admin/admin.component.css 259 bytes {12} [built]
  [770] ./ClientApp/app/admin/login/login.component.css 262 bytes {12} [built]
chunk   {13} 13.js, 13.js.map 7.09 kB {15} [rendered]
  [552] ./ClientApp/app/examples/examples.module.ts 1.78 kB {13} [built]
  [576] ./ClientApp/app/examples/components/suburl.component.ts 961 bytes {13} [built]
  [577] ./ClientApp/app/examples/examples.component.ts 949 bytes {13} [built]
  [578] ./ClientApp/app/examples/stonglytyped/stonglytyped.component.ts 1.38 kB {13} [built]
  [637] ./ClientApp/app/examples/examples.routing.module.ts 2.02 kB {13} [built]
chunk   {14} 14.js, 14.js.map 4.1 kB {15} [rendered]
  [551] ./ClientApp/app/demos/demos.module.ts 1.49 kB {14} [built]
  [575] ./ClientApp/app/demos/demos.component.ts 944 bytes {14} [built]
  [636] ./ClientApp/app/demos/demos.routing.module.ts 1.62 kB {14} [built]
  [724] ./ClientApp/app/demos/demos.component.html 42 bytes {14} [built]
chunk   {15} main-client.js, main-client.js.map (main-client) 3.15 MB [entry] [rendered]
  [176] ./ClientApp/boot.browser.ts 1.57 kB {15} [built]
  [177] (webpack)-hot-middleware/client.js?path=__webpack_hmr&dynamicPublicPath=true 6.68 kB {15} [built]
  [178] delegated ./node_modules/event-source-polyfill/eventsource.js from dll-reference vendor_b56098dd79ef0a035831 42 bytes {15} [not cacheable] [built]
  [301] ./~/core-js/es6/string.js 1.13 kB {15} [built]
  [302] ./~/core-js/es6/symbol.js 131 bytes {15} [built]
  [303] ./~/core-js/es6/weak-map.js 176 bytes {15} [built]
  [304] ./~/core-js/fn/object/assign.js 107 bytes {15} [built]
  [305] ./~/core-js/fn/promise.js 298 bytes {15} [built]
  [498] ./~/querystring-es3/index.js 127 bytes {15} [built]
  [499] ./~/reflect-metadata/Reflect.js 48 kB {15} [built]
  [535] ./~/strip-ansi/index.js 161 bytes {15} [built]
  [540] (webpack)-hot-middleware/client-overlay.js 1.82 kB {15} [built]
  [541] (webpack)-hot-middleware/process-update.js 3.88 kB {15} [built]
  [542] (webpack)/buildin/module.js 517 bytes {15} [built]
  [546] multi event-source-polyfill webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true ./ClientApp/boot.browser.ts 52 bytes {15} [built]
     + 532 hidden modules

WARNING in ./~/@angular/core/@angular/core.es5.js
5704:15-36 Critical dependency: the request of a dependency is an expression

WARNING in ./~/@angular/core/@angular/core.es5.js
5720:15-102 Critical dependency: the request of a dependency is an expression
2018-03-20 02:12:58.820 +09:00 [Information] Request finished in 81285.3286ms 200 text/event-stream; charset=utf-8
