1

私は自分のウェブサイトでSqlCacheDependencyを使用しましたが、ローカルホストで問題なく動作します。しかし、サーバーにアップロードしてデータベースを復元すると、次のエラーが発生します。

 The SQL Server Service Broker for the current database is not enabled,
 and as a result query notifications are not supported.
 Please enable the Service Broker
 for this database if you wish to use notifications.

しかし、私はそれをtrueに設定し、ローカルホストでうまく機能します。どうすれば設定できますBroker trueplesk

4

1 に答える 1

0

サーバー管理者と一緒にサーバー上のデータベースでブローカーを有効にする必要があることがわかりました。

于 2012-09-03T19:23:40.797 に答える