473,405 Members | 2,287 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,405 software developers and data experts.

asp changes do not show on clustered IIS 5.0

I have clustered IIS 5.0. It is working on a fail-over
clustered model (Active-Passive), with one node as a
preferred owner and the other only as a failover. I make
the changes to IIS from one node, and then synchronize it
with the other node. All of the data is stored on a shared
external disk array. I have around 50 websites. All of
them work fine and are accessible. Recently I have found
out a confusing problem though.

If I make any changes to asp pages, I cannot see the new
changes online. It still shows the old page. The htm,
html, and aspx changes show fine. All of the asp pages are
accessible too, but once I make changes to them, the
server shows the old versions anyway.

I have deleted my internet files and cleaned the caches
million times. I have also tried from many different PCes
from remote locations, so I know it's not just a browser
problem.

Please help.
Nerses

Jul 19 '05 #1
3 1465
I've had this problem as well, luckily you have direct access to the server where I did not. So , when this happens, I delete the file, open it up the web browser and force the 404 Page not found
error, then I do a Save As and save the file as the same name refresh the browser and see if that works. I know its kind of a hack but it seems to work more often than not when I dont have direct
access to the server. Good luck.

- Bastard

On Tue, 3 Aug 2004 12:41:01 -0700, "Nerses" <an*******@discussions.microsoft.com> wrote:
I have clustered IIS 5.0. It is working on a fail-over
clustered model (Active-Passive), with one node as a
preferred owner and the other only as a failover. I make
the changes to IIS from one node, and then synchronize it
with the other node. All of the data is stored on a shared
external disk array. I have around 50 websites. All of
them work fine and are accessible. Recently I have found
out a confusing problem though.

If I make any changes to asp pages, I cannot see the new
changes online. It still shows the old page. The htm,
html, and aspx changes show fine. All of the asp pages are
accessible too, but once I make changes to them, the
server shows the old versions anyway.

I have deleted my internet files and cleaned the caches
million times. I have also tried from many different PCes
from remote locations, so I know it's not just a browser
problem.

Please help.
Nerses


Jul 19 '05 #2
I have tried what you have suggested, but it did not work.
Thanks though.

I also went to website's properties->Home directory-
Configuration and disabled "Cache ISAPI applications", but this did not help either.

Any more ideas?
-----Original Message-----
I've had this problem as well, luckily you have direct access to the server where I did not. So , when this
happens, I delete the file, open it up the web browser and
force the 404 Page not founderror, then I do a Save As and save the file as the same name refresh the browser and see if that works. I know its
kind of a hack but it seems to work more often than not
when I dont have directaccess to the server. Good luck.

- Bastard

On Tue, 3 Aug 2004 12:41:01 -0700, "Nerses" <an*******@discussions.microsoft.com> wrote:
I have clustered IIS 5.0. It is working on a fail-over
clustered model (Active-Passive), with one node as a
preferred owner and the other only as a failover. I make
the changes to IIS from one node, and then synchronize itwith the other node. All of the data is stored on a sharedexternal disk array. I have around 50 websites. All of
them work fine and are accessible. Recently I have found
out a confusing problem though.

If I make any changes to asp pages, I cannot see the new
changes online. It still shows the old page. The htm,
html, and aspx changes show fine. All of the asp pages areaccessible too, but once I make changes to them, the
server shows the old versions anyway.

I have deleted my internet files and cleaned the caches
million times. I have also tried from many different PCesfrom remote locations, so I know it's not just a browser
problem.

Please help.
Nerses


.

Jul 19 '05 #3
I actually found a solution.

If you go to the Home Directory Tab and click
the "Unload " button on the bottom of the Applications
section, all the updates start showing for that website.

Hope this helps others you have similiar problems.
Nerses

-----Original Message-----
I have tried what you have suggested, but it did not work.Thanks though.

I also went to website's properties->Home directory-
Configuration and disabled "Cache ISAPI applications",but this did not help either.

Any more ideas?
-----Original Message-----
I've had this problem as well, luckily you have direct

access to the server where I did not. So , when this
happens, I delete the file, open it up the web browser

andforce the 404 Page not found
error, then I do a Save As and save the file as the samename refresh the browser and see if that works. I know

itskind of a hack but it seems to work more often than not
when I dont have direct
access to the server. Good luck.

- Bastard

On Tue, 3 Aug 2004 12:41:01 -0700, "Nerses"

<an*******@discussions.microsoft.com> wrote:
I have clustered IIS 5.0. It is working on a fail-over
clustered model (Active-Passive), with one node as a
preferred owner and the other only as a failover. I makethe changes to IIS from one node, and then synchronizeitwith the other node. All of the data is stored on asharedexternal disk array. I have around 50 websites. All of
them work fine and are accessible. Recently I have foundout a confusing problem though.

If I make any changes to asp pages, I cannot see the newchanges online. It still shows the old page. The htm,
html, and aspx changes show fine. All of the asp pagesareaccessible too, but once I make changes to them, the
server shows the old versions anyway.

I have deleted my internet files and cleaned the caches
million times. I have also tried from many differentPCesfrom remote locations, so I know it's not just a browserproblem.

Please help.
Nerses


.

.

Jul 19 '05 #4

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

Similar topics

1
by: Steve_CA | last post by:
Hi, The more I read, the more confused I'm getting ! (no wonder they say ignorance is bliss) I just got back from the bookstore and was flipping through some SQL Server Administration...
4
by: Tryfon Gavriel | last post by:
Hi all I recently noticed when trying to optimise a major query of a chess website I am the webmaster of, that adding an order by for "gamenumber" which is a clustered index field as in for...
5
by: jim_geissman | last post by:
One table I manage has a clustered index, and it includes some varchar columns. When it is initially created, all the columns in the clustered index are populated, and then some of the longer...
2
by: Fred | last post by:
Let's say I suddenly discover that an unclustered table would benefit if it was clustered on column(s) already indexed. Currently, I'd need to drop that perfectly good index just to re-create it as...
1
by: anonieko | last post by:
A lot of detailed discussion explains the difference between clustered and non-clustered indexes. But very few 'clarifies' why the term used is 'clustered'. Well, once and for all, this is my...
5
by: pb648174 | last post by:
I've been doing a bit of reading and have read in quite a few places that an identity column is a good clustered index and that all or at least most tables should have a clustered index. The tool I...
1
by: Curt | last post by:
What is the difference please?
4
by: codefragment | last post by:
Hi I thought that given a table with an index, primary key and clustered index any non clustered index look ups would go via the clustered index and the primary key is irrelevant? (sql server...
1
by: David Portas | last post by:
"Erland Sommarskog" <esquel@sommarskog.sewrote in message news:Xns9B5AD2ADD1265Yazorman@127.0.0.1... Erland, I'm sure you mean that to be with love and care, rather than just "slap on" any...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.