問題タブ [hangfire-sql]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 未処理の例外。System.ArgumentNullException: 値を null にすることはできません。(パラメータ「nameOrConnectionString」)
ASP.net コア アプリケーションで hangfire を使用してバックグラウンド タスクを実行しています。IIS を使用しており、Hangfire を次のように構成しました。
以下は私のappsettings.jsonファイルです
アプリケーションを起動しようとするたびに、例外が発生します
SQL サーバーにデータベース「WhmHangFire」を作成しました。
それでも同じ例外が発生します。誰かがこの問題の原因を説明できますか?
ありがとう