Click here to Skip to main content
15,888,313 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a simple problem that the pages which has a html extension is offline stored but the pages with aspx can not be stored.
Im using c# and html5.
Thank You In Advance
Posted
Comments
Sridhar Patnayak 3-Feb-12 4:44am    
Question not clear? Please provide little more info.
nbeiruty 3-Feb-12 6:30am    
This is the website link :
http://wt.telepaty.com
all what i want , is once the user enter the website he will able to store the website in his cache local data and i have done this .
but the issue that im having is that its only working on .html .
like if we navigate to : http://wt.telepaty.com/asdasdaddefault.html
this page will be stored in localy even the user is disconnected
but for default.aspx its not working even its in the same manifest file.
so any idea ?
Thanks in advance
Manfred Rudolf Bihy 3-Feb-12 8:58am    
"cash store", really? Surely you must have meant the word cache. Which is something a bit different. ;)
nbeiruty 3-Feb-12 9:04am    
Yes

The problem is that your HTML pages are static, and aspx pages are created by the web server. So they don't always show the same thing. Most people want to stop caching from occuring, why do you need it ?
 
Share this answer
 
I just traced the website and the cache on firefox web developer console and i found that im missing some .js file thats why the data did not stored and keep giving me 0b.
And even the aspx is server side still can be stored and i tried and once the data is changed from database we can c that the data stored is changed also by a refresh javascript.

Thank You
 
Share this answer
 
v3

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