I recently updated my initial Default.aspx web page for my hosted website. But, when I try to access the updated web page over the Internet by specifying the website name of: www.mydomain.com I only get the previous web page. But, I get the updated web
page if I specify the website name with the web page name as: www.mydomain.com/Default.aspx
Why can't I access the updated web page with the website name?
Member
218 Points
513 Posts
Why is my website name accessing a prior web page?
Apr 16, 2018 04:58 PM|Maurice Osborn|LINK
I recently updated my initial Default.aspx web page for my hosted website. But, when I try to access the updated web page over the Internet by specifying the website name of: www.mydomain.com I only get the previous web page. But, I get the updated web page if I specify the website name with the web page name as: www.mydomain.com/Default.aspx
Why can't I access the updated web page with the website name?
All-Star
53041 Points
23619 Posts
Re: Why is my website name accessing a prior web page?
Apr 16, 2018 05:21 PM|mgebhard|LINK
The browser is is probably pulling the page from cache. Press Crtl-F5 in your browser to force a refresh.
https://msdn.microsoft.com/en-us/library/aa478965.aspx
https://msdn.microsoft.com/en-us/library/xsbfdd8c.aspx
Member
360 Points
103 Posts
Re: Why is my website name accessing a prior web page?
Apr 16, 2018 05:23 PM|toddlf|LINK
Sounds like browser caching.
Clear your browser history of make sure the browser options are set to Check for newer versions of stored pages "Every time I visit the webpage"
Please mark all helpful replies as the answer.
Member
218 Points
513 Posts
Re: Why is my website name accessing a prior web page?
Apr 16, 2018 06:13 PM|Maurice Osborn|LINK
Thank you for the help!