473,396 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

problems with webserver cache refresh

first time I post/ask something in this group

here's the problem
I use ASP / VBScript (we only use MS licenses)
when I make some changes in a asp page and then want to see the changes I've
made : in 99% of the cases nothing happens
has to do with the webserver cache refresh - says our webmaster

I searched on the internet and found these solutions :

1) I use the server var <%=now%> when I call an asp-page
2) did put also these 3 lines (on top) of every asp-page :
<%
response.expires=0
response.buffer=true
response.clear
%>
but it doesn't work

when our webmaster stops the IISADMIN service, and this service stops
automatically the W3SVC service, and then restarts both services = the changes
I've made are visible

anyone any idea what I can add so that I don't have to ask to stop/restart the
IISADMIN service

TIA

kind regards,
Lucien

Jul 19 '05 #1
2 1352
bigL wrote:
first time I post/ask something in this group

here's the problem
I use ASP / VBScript (we only use MS licenses)
when I make some changes in a asp page and then want to see the
changes I've made : in 99% of the cases nothing happens
has to do with the webserver cache refresh - says our webmaster

I searched on the internet and found these solutions :

1) I use the server var <%=now%> when I call an asp-page
2) did put also these 3 lines (on top) of every asp-page :
<%
response.expires=0
response.buffer=true
response.clear
%>
but it doesn't work

when our webmaster stops the IISADMIN service, and this service stops
automatically the W3SVC service, and then restarts both services =
the changes I've made are visible

anyone any idea what I can add so that I don't have to ask to
stop/restart the IISADMIN service


Try the recommendations in this article:
http://www.aspfaq.com/show.asp?id=2022

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #2
On Fri, 7 May 2004 06:41:44 -0400, "Bob Barrows [MVP]"
<re******@NOyahoo.SPAMcom> wrote:

Try the recommendations in this article:
http://www.aspfaq.com/show.asp?id=2022

Bob Barrows


thanks for the quick response
I will try this one out

kind regards
Lucien
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Bite My Bubbles | last post by:
I found the answer! It is a IIS 6 /ASP problem http://support.microsoft.com/default.aspx?scid=kb;en-us;332075
5
by: Tyler Style | last post by:
Hullo - looking for a little advice here. I have a form on a page in one domain submitting to a cgi in another domain. Weirdly, on some Windows XP systems, a form on the page fails to submit/post...
0
by: Neil Kimber | last post by:
Hi, I'm using the Cache object to persist some values between pages. I'm setting the expiration for 2 minutes. I'm actually storing Bitmap streams in the cache. In this way, one page can draw an...
3
by: Brian Vallelunga | last post by:
I'm having a problem using the Cache object with asp.net. Here is what I have: 1) I put something in cache and set its callback method. 2) The object times out after X minutes and calls the...
0
by: Darren Smith | last post by:
Hello, It doesn't seem to matter whether I am testing a form or report, my application keeps caching the previous set of data. For example, if I edit a database record thru the application,...
6
by: Charts | last post by:
I used HttpContext.Current.Cache To cache data from database. The code is like that. public static DataView GetCategories() { if ( HttpContext.Current.Cache == null ) {...
17
by: Leif | last post by:
Hello All, Last week (11 Nov 05) with the Subject header: "XHTML 1.0 Strict validation problem", I tried to describe a validation problem with text added to my source files in XHTML. I was...
1
by: Amanda H. | last post by:
I posted about this a few days ago, and I got a few suggestions that fixed part of my problem. I am using a PHP script to switch external style sheets when the viewer clicks on the style link. ...
0
by: Dinesh | last post by:
Hi , Trying to speed up the cache refresh time.... Assumptions: Configurations in the web.config file are done and also Sqldependency is set between the application and the database table. ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.