0
huntethan89 created
Hi I am trying to use SQL dependency for my Project but it is not running on Asp.Net Zero Environment . I mean i have tried with new blank database or with other .Net Applications it is working fine . but when i am trying to do with Asp.Net Zero Application with Code first then it is not working . Database not firing any notification on data change , Even i have Enable Broker service also . Can anyone help me for this ? I want to use it for update notification for other reason not for Chat .
1 Answer(s)
-
0
I haven't used SqlDependency at all.
- Are you working with this document https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/sql/detecting-changes-with-sqldependency ?
- Do you have any error message in the log file ?