SqlCacheDependency problems when upload on server

169 Views Asked by At

I used SqlCacheDependency in my website and it works on localhost without problem. but when Upload it on server and restore my database it has following error:

 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.

but i set it true and works good on localhost. how can i set Broker true on plesk?

1

There are 1 best solutions below

0
On BEST ANSWER

I found that must enable broker on database on server with server administrator.