FarleySoftware
Programmer
I added caching to my local SQL Server 2005 database, and edited the web.config file as well as any .aspx pages accordingly. Everything worked fine.
Then, after uploading to the live server, I now get an error:
I tried re-running the aspnet_regsql utility, with no luck (first removing caching, then adding again). The error still occurs.
Any ideas where to look?
Farley Software Solutions
Then, after uploading to the live server, I now get an error:
Code:
The 'MyDatabase:tblAppearances' SqlDependency attribute for OutputCache directive is invalid.
SQL cache dependency polling failed for SQL database 'MyDatabase' because of permission problem.
I tried re-running the aspnet_regsql utility, with no luck (first removing caching, then adding again). The error still occurs.
Any ideas where to look?
Farley Software Solutions