我刚刚使用Azure SQL发布了Azure网站.
但是,我得到了错误
An existing connection was forcibly closed by the remote host
Run Code Online (Sandbox Code Playgroud)
到达网站时,与Hangfire相关的回调:
[Win32Exception (0x80004005): An existing connection was forcibly closed by the remote host]
[SqlException (0x80131904): A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)]
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling) +830 …Run Code Online (Sandbox Code Playgroud) 使用 JetBrains 的 Rider EAP OS X,是否可以同时调试两个 .NET Core Web 项目?
我尝试创建两个配置,但是当我启动第二个配置时,它停止了第一个配置,反之亦然。
在 Visual Studio 中,我们曾经设置“多个启动项目”。