would like your comments.
Eg: When user first visit www.testing.com/productdetailpage.asp
I will use caching- store the whole page into productdetailpage.html
When the user go to reopen productdetailpage.asp, user will be redirected to www.testing.com/productdetailpage.html
It means they will see productdetailpage.html, not .asp
Is this a good way? Any implication in terms of SEO and other part? Will it be better to read datas from .html into .asp and show the final page as .asp all the time?