Dear All,
I have implemented Output caching with SQL dependency with cache expire time set to 180 sec for my menu web control
I have also registered my SQL DB for specific tables using aspnetregSQL.exe
The page is working fine but sporadically the menu items diapered
I.e. some times menu items is not getting displayed in page even if I refresh page
Can some one tell me where I am going wrong?
My Caching CODE for the Web-Control Menu
<%@ OutputCache Duration="3600" VaryByParam="menuid" VaryByCustom="strTopMenuRole"
SqlDependency="AkropolisDataCacheStorage:AK_mstMenu;AkropolisDataCacheStorage:AK_MenuPrivileges" %>