| | |
.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
Views: 3060 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor asp asp.net bc30451 bottomasp.net browser button c# c#gridviewcolumn checkbox click commonfunctions confirmationcodegeneration courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist edit editing expose feedback flash form formatdecimal forms formview google grid gridview homeedition hosting iframe iis index javascript jquery list listbox login microsoft migration mono mouse mssql multistepregistration news numerical object objects panelmasterpagebuttoncontrols parent problem project radio reportemail richtextbox rotatepage save schoolproject search security session silverlight smartcard software sql-server sqlserver2005 suse textbox tracking unauthorized update validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xml youareanotmemberofthedebuggerusers





