Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I make caching for specific ASP.net Page in my project, and added this:

<%@ OutputCache Duration="600" VaryByParam="None" %>


but when i enter the Page once i enter easy, but many times the Page not displayed and give me this:
Inspite of the Duration is 10 minutes and it not displayed after few seconds

The page cannot be displayed

The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
Posted
Comments
[no name] 24-Jul-11 15:13pm    
Can you access other pages in your web app? Do you see the page if you disable caching?
MrLonely_2 24-Jul-11 20:33pm    
yes i can access other pages,

1 solution

Seems your data removed from cache and then trying to access the cache data. So try to minimize the time and see the difference. OR post here few more info if you are maintaining cache dependency or other stuff.
Please refer this site for more info under section "Automatic Data Removal
":
http://msdn.microsoft.com/en-us/library/ms178597.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900