•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 391,952 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,813 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 2353 | Replies: 1
![]() |
so waay back i had some questions about setting up a login to secure a site i've been working on
there seems to be a rather annoying side effect
mostly html aside from a few simple asp scripts on particular pages
however if an update is made to the html such as a changed link or order of text changed even basic text content
the user needs to hit refresh in order to update it even if its been several days
i originally thought that it mush have been browser settings but taking out the login system seems to resolve it
simply closing browser and coming back to site and its updated
any ideas on this?
thanks,
MagusDF
there seems to be a rather annoying side effect
mostly html aside from a few simple asp scripts on particular pages
however if an update is made to the html such as a changed link or order of text changed even basic text content
the user needs to hit refresh in order to update it even if its been several days
i originally thought that it mush have been browser settings but taking out the login system seems to resolve it
simply closing browser and coming back to site and its updated
any ideas on this?
thanks,
MagusDF
Just a guess, but it sounds like the application pages are being cached. Add noCache to the page_load event, or application event in the Global.asax file.
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
- VC++ .net Build problem (C++)
- Asp.Net Login Page Problem? (ASP.NET)
- vb.net NEWBIE!! Triangle problem!! (VB.NET)
- Moniter Refresh/Flicker problem (Troubleshooting Dead Machines)
- Simple ASP.Net Login Page (Using VB.Net) (ASP.NET)
- ASP.NET - session objects Problem (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: How to expire previous page
- Next Thread: problems with accessing some websites


Linear Mode