小编Dek*_*kim的帖子

Azure SQL上的Hangfire

我刚刚使用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)

c# sql-server azure hangfire

4
推荐指数
1
解决办法
1078
查看次数

调试两个项目 Rider

使用 JetBrains 的 Rider EAP OS X,是否可以同时调试两个 .NET Core Web 项目?

我尝试创建两个配置,但是当我启动第二个配置时,它停止了第一个配置,反之亦然。

在 Visual Studio 中,我们曾经设置“多个启动项目”。

jetbrains-ide .net-core rider

3
推荐指数
1
解决办法
1933
查看次数

标签 统计

.net-core ×1

azure ×1

c# ×1

hangfire ×1

jetbrains-ide ×1

rider ×1

sql-server ×1