| | |
.net authentication / refresh problem
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
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.
ASP.NET Syntax (Toggle Plain Text)
Response.Cache.SetCacheability(HttpCacheability.NoCache)
![]() |
Similar Threads
- ASP.NET - session objects Problem (ASP.NET)
- 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)
Other Threads in the ASP.NET Forum
- Previous Thread: How to expire previous page
- Next Thread: problems with accessing some websites
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv gridview gudi iis javascript list listbox login menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order panelmasterpagebuttoncontrols problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming webservice wizard xsl youareanotmemberofthedebuggerusers





