I need to create a sql dependency on a table in sql server 2000 in my asp.net 2.0 pages.
What are the required actions and what is the best way?
I need to create a sql dependency on a table in sql server 2000 in my asp.net 2.0 pages.
What are the required actions and what is the best way?
Microsoft has a great tutorial on this which basically explains that you need to enable it using the aspnet_regsql.exe utility or the SqlCacheDependencyAdmin class