473,508 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Repost: IIS does not recognize updates of ASP pages - PLEASE HELP!!

This problem is driving us mad, and I saw someone else posting a very
similar problem, again no support from MS!

-----------------------
Win2K/IIS 5.0, web farm load balanced by Local director. same setup on each
web server.

I have an application that is mapped to a network folder, physically located
on a file server , also Win2K.
on each web server, the root level of the application, directly located
under "Default Web Site", is maped liked this: \\fileserver\rootDir . we
have dozens of foldfers under the main folder.

When we update ASP files, some times, some
web servers, continue to server the old version even 1-2 days after the
update, and we have to reset IIS. the mapping has been checked numerous
times, its 100%. the same web server can react to updates on same folder ,
and next time not react.

date-time synched perfectly among file server and all web servers.

important to notice - same web servers host also CFM pages on same physical
folder, mapped by CFM admin on each web server. NEVER had a problem with
ColdFusion not recognizing an update!
Jul 22 '05 #1
4 2567
http://www.aspfaq.com/2022

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Jerome Cohen" <yo**********@structuredweb.com> wrote in message
news:eH**************@TK2MSFTNGP09.phx.gbl...
This problem is driving us mad, and I saw someone else posting a very
similar problem, again no support from MS!

-----------------------
Win2K/IIS 5.0, web farm load balanced by Local director. same setup on each web server.

I have an application that is mapped to a network folder, physically located on a file server , also Win2K.
on each web server, the root level of the application, directly located
under "Default Web Site", is maped liked this: \\fileserver\rootDir . we
have dozens of foldfers under the main folder.

When we update ASP files, some times, some
web servers, continue to server the old version even 1-2 days after the
update, and we have to reset IIS. the mapping has been checked numerous
times, its 100%. the same web server can react to updates on same folder ,
and next time not react.

date-time synched perfectly among file server and all web servers.

important to notice - same web servers host also CFM pages on same physical folder, mapped by CFM admin on each web server. NEVER had a problem with
ColdFusion not recognizing an update!

Jul 22 '05 #2
there is an option in IIS to cache pages. I think by default it is set to
cache 200 pages in the memory.
The best thing is to add the code in your page not to cache that page.

<META HTTP-EQUIV="pragma" CONTENT="no-cache">

Alok Kumar

"Aaron [SQL Server MVP]" wrote:
http://www.aspfaq.com/2022

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Jerome Cohen" <yo**********@structuredweb.com> wrote in message
news:eH**************@TK2MSFTNGP09.phx.gbl...
This problem is driving us mad, and I saw someone else posting a very
similar problem, again no support from MS!

-----------------------
Win2K/IIS 5.0, web farm load balanced by Local director. same setup on

each
web server.

I have an application that is mapped to a network folder, physically

located
on a file server , also Win2K.
on each web server, the root level of the application, directly located
under "Default Web Site", is maped liked this: \\fileserver\rootDir . we
have dozens of foldfers under the main folder.

When we update ASP files, some times, some
web servers, continue to server the old version even 1-2 days after the
update, and we have to reset IIS. the mapping has been checked numerous
times, its 100%. the same web server can react to updates on same folder ,
and next time not react.

date-time synched perfectly among file server and all web servers.

important to notice - same web servers host also CFM pages on same

physical
folder, mapped by CFM admin on each web server. NEVER had a problem with
ColdFusion not recognizing an update!


Jul 22 '05 #3
This newsgroup is peer support. There are Microsoft employees monitoring the
newsgroup on their own personal time, but from the sheer volume of posts, I
hope you can accept my apology at not being able to answer every single
question. I hope you agree that non-paid support is best-effort.

That point aside:
1. You are complaining about File change notification (which is the
mechanism that ASP uses to figure out if a file has "changed" on disk) over
UNC shares. That whole scenario has a series of scalability/reliability
problems which we've resolved for ASP on IIS6 such that it still caches over
UNC but updates quickly on updates. If you believe you are seeing an IIS
bug/issue, you can contact Microsoft PSS for assistance. There won't be a
charge if it is an IIS bug -- but if you misconfigured... it is only fair to
charge you.

Be sure you have read and understood the following URL regarding usage of
UNC shares with IIS.
http://www.microsoft.com/technet/pro.../remstorg.mspx

It talks about IIS6, but general principles apply to IIS5. It also has a
list of IIS4/IIS5 KBs, in particular the following one titled "File Change
Notifications are Lost when Content is on a UNC share" with an associated
QFE which you must contact PSS to obtain:
http://support.microsoft.com/default...b;en-us;281253

I recommend at least contacting PSS and trying QFE 281253, as well as make
sure your UNC scenario is configured correctly. As I've said, UNC on IIS5
has known issues and really wasn't designed to work with it, so I would not
dream that it is as easy as on IIS6.

2. I'm willing to bet that Cold Fusion doesn't have update issues because it
does not cache well. Thus, to do an apples-to-apples comparison against ASP,
turn off ASP's caching. I'm sure you will see ASP not miss any updates,
either, and still perform comparably.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Jerome Cohen" <yo**********@structuredweb.com> wrote in message
news:eH**************@TK2MSFTNGP09.phx.gbl...
This problem is driving us mad, and I saw someone else posting a very
similar problem, again no support from MS!

-----------------------
Win2K/IIS 5.0, web farm load balanced by Local director. same setup on each
web server.

I have an application that is mapped to a network folder, physically located
on a file server , also Win2K.
on each web server, the root level of the application, directly located
under "Default Web Site", is maped liked this: \\fileserver\rootDir . we
have dozens of foldfers under the main folder.

When we update ASP files, some times, some
web servers, continue to server the old version even 1-2 days after the
update, and we have to reset IIS. the mapping has been checked numerous
times, its 100%. the same web server can react to updates on same folder ,
and next time not react.

date-time synched perfectly among file server and all web servers.

important to notice - same web servers host also CFM pages on same physical
folder, mapped by CFM admin on each web server. NEVER had a problem with
ColdFusion not recognizing an update!

Jul 22 '05 #4
David,

I do agree this is a "best-effort" group. I was venting my frustration, and
I appreciate your help.

We are exploring the fixes and will contact PSS. from a brief glance we
should have all the fixes included since we are running service pack 4, but
we need to take a closer look.

You mentioned we can turn off ASP caching, and "and still perform
comparably" . Are there any stats for this? we are talking about IIS having
to fetch a file from a remote disk for every client request, right?

FYI- I have seen posts from people complaining about the same problem in IIS
6
"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:%2******************@TK2MSFTNGP14.phx.gbl...
This newsgroup is peer support. There are Microsoft employees monitoring the newsgroup on their own personal time, but from the sheer volume of posts, I hope you can accept my apology at not being able to answer every single
question. I hope you agree that non-paid support is best-effort.

That point aside:
1. You are complaining about File change notification (which is the
mechanism that ASP uses to figure out if a file has "changed" on disk) over UNC shares. That whole scenario has a series of scalability/reliability
problems which we've resolved for ASP on IIS6 such that it still caches over UNC but updates quickly on updates. If you believe you are seeing an IIS
bug/issue, you can contact Microsoft PSS for assistance. There won't be a
charge if it is an IIS bug -- but if you misconfigured... it is only fair to charge you.

Be sure you have read and understood the following URL regarding usage of
UNC shares with IIS.
http://www.microsoft.com/technet/pro.../remstorg.mspx
It talks about IIS6, but general principles apply to IIS5. It also has a
list of IIS4/IIS5 KBs, in particular the following one titled "File Change
Notifications are Lost when Content is on a UNC share" with an associated
QFE which you must contact PSS to obtain:
http://support.microsoft.com/default...b;en-us;281253

I recommend at least contacting PSS and trying QFE 281253, as well as make
sure your UNC scenario is configured correctly. As I've said, UNC on IIS5
has known issues and really wasn't designed to work with it, so I would not dream that it is as easy as on IIS6.

2. I'm willing to bet that Cold Fusion doesn't have update issues because it does not cache well. Thus, to do an apples-to-apples comparison against ASP, turn off ASP's caching. I'm sure you will see ASP not miss any updates,
either, and still perform comparably.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights. //
"Jerome Cohen" <yo**********@structuredweb.com> wrote in message
news:eH**************@TK2MSFTNGP09.phx.gbl...
This problem is driving us mad, and I saw someone else posting a very
similar problem, again no support from MS!

-----------------------
Win2K/IIS 5.0, web farm load balanced by Local director. same setup on each web server.

I have an application that is mapped to a network folder, physically located on a file server , also Win2K.
on each web server, the root level of the application, directly located
under "Default Web Site", is maped liked this: \\fileserver\rootDir . we
have dozens of foldfers under the main folder.

When we update ASP files, some times, some
web servers, continue to server the old version even 1-2 days after the
update, and we have to reset IIS. the mapping has been checked numerous
times, its 100%. the same web server can react to updates on same folder ,
and next time not react.

date-time synched perfectly among file server and all web servers.

important to notice - same web servers host also CFM pages on same physical folder, mapped by CFM admin on each web server. NEVER had a problem with
ColdFusion not recognizing an update!

Jul 22 '05 #5

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

Similar topics

6
2494
by: Lucas Cowald | last post by:
Hi, I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2 -p Can you show me a code how to run this...
0
1225
by: Mike Kingscott | last post by:
Totally hacked off here. I've written a user control that contains a text box, a required field validator and a button (these being the cornerstone of a search facility), all as ASP.Net server...
1
1868
by: kfc1976 | last post by:
Hello All and Advanced Thanks For Replying, OS: XP Pro IDE: Visual Studio 2005 ..net Framework: 2.0..... Problem: Getting An Error When trying to implement the following CallBack on a content...
5
3712
by: Hexman | last post by:
I've come up with an error which the solution eludes me. I get the error: >An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in HRTest.exe > >Additional...
2
1013
by: AVL | last post by:
Hi, I'm a developing a web application. One of it's requirements is that if the users try to downlaod the web apges, they shouldn't get the relevnt css files of the web page.. how can I acheive...
1
1118
by: NW Technicals | last post by:
HELLO, I created my site with absolute positioning of controls. Upon suggestions from a good friend of mine I am trying to move my site to Relative positioning, but having problems All my...
1
1119
by: =?Utf-8?B?QW5nZWxK?= | last post by:
I am the Director of a group home for boys and need a way of adding secure pages to my site so parents and others with passwords only can access confidential information on their sons/clients...
1
4059
by: Golfingdad | last post by:
Hello Please be gentle as I'm a rookie HTML person :) ...In fact, I use Go LIve CS2 to create my HTML...I'm now (this week) starting to use Adobe's Dreamweaver CS4... My issue is that I have...
5
2177
by: meshiva | last post by:
HI ALL, Am new to mobile application developmetn. we already having a running application. Now i want to make that application in such a way that whenver it is started it should connect to server...
0
7125
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
7328
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
7388
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...
1
7049
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
4709
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3199
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3186
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1561
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
767
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.