Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Static pages (htm) and cache make me nuts

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS performance problem and SQLXML.  
Author Message
anonymous937

External


Since: Jan 15, 2004
Posts: 3



(Msg. 1) Posted: Thu Jan 15, 2004 4:51 am
Post subject: Static pages (htm) and cache make me nuts
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi to all!

I hope, i can find answear on my question:
- I just install Microsoft Windows 2003 www edition.
- I have couple virtural www servers on this server.
- They all working OK (htm, asp,jpg...)

- Problem: When user are changing some .htm files, the changes are not visible with MS IE until i restart virtual www server - just make stop and startand then everything is ok.
I disabled cache for asp - not help.
This make me nuts, because our users are making update htm files almost 3 -4 times in one hour.

Maybe someone have the simmiliar problem. And yes I have all last updates (i think) on this server.

- HW - Compaq proliat ml380 - 1 GB ram
windows 2003 www server edition

- workstation - they are making chancges are:
- Windows XP - last patches
- Microsoft Frontpage is ver. 2000

Thank's For any answear !

 >> Stay informed about: Static pages (htm) and cache make me nuts 
Back to top
Login to vote
kylet

External


Since: Oct 19, 2003
Posts: 66



(Msg. 2) Posted: Sun Jan 18, 2004 6:21 am
Post subject: RE: Static pages (htm) and cache make me nuts [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Windows 2003, a new component called http.sys caches static content. You
can change the settings in http.sys in the registry. Here's an article on
how to do that.

820129 INF: Http.sys Registry Settings for IIS
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=820129" target="_blank">http://support.microsoft.com/?id=820129</a>

Also, I've heard of an issue where content won't refresh on IIS 6 if you
are using host headers. If this is the case, we do have a HotFix available.

Hope this helps!

Kyle Terns, MCSD
Microsoft Developer Support
Internet Information Server

***********************
  >>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2003 Microsoft Corporation. All rights reserved.
***********************
--------------------
| Thread-Topic: Static pages (htm) and cache make me nuts
| thread-index: AcPbTRe34h2IIVGNR2aoWWoFUnVrNw==
| X-Tomcat-NG: microsoft.public.inetserver.iis
| From: "=?Utf-8?B?SmFuaQ==?=" <anonymous DeleteThis @discussions.microsoft.com>
| Subject: Static pages (htm) and cache make me nuts
| Date: Thu, 15 Jan 2004 01:51:05 -0800
| Lines: 22
| Message-ID: <D554C09C-EE28-455D-8AEE-4DA0A0172D49 DeleteThis @microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis:290833
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hi to all!

I hope, i can find answear on my question:
- I just install Microsoft Windows 2003 www edition.
- I have couple virtural www servers on this server.
- They all working OK (htm, asp,jpg...)

- Problem: When user are changing some .htm files, the changes are not
visible with MS IE until i restart virtual www server - just make stop and
startand then everything is ok.
I disabled cache for asp - not help.
This make me nuts, because our users are making update htm files almost 3
-4 times in one hour.

Maybe someone have the simmiliar problem. And yes I have all last updates
(i think) on this server.

- HW - Compaq proliat ml380 - 1 GB ram
windows 2003 www server edition

- workstation - they are making chancges are:
- Windows XP - last patches
- Microsoft Frontpage is ver. 2000

Thank's For any answear !

|<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Static pages (htm) and cache make me nuts 
Back to top
Login to vote
anonymous937

External


Since: Jan 15, 2004
Posts: 3



(Msg. 3) Posted: Mon Jan 19, 2004 2:31 am
Post subject: RE: Static pages (htm) and cache make me nuts [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Kyle!

Thank you for answear. I create DWORD Key under :

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
UriEnableCache with 0
but nothing better.
I just forgot to say that if i edit some htm pages - on our http web like:
http://www.ourcompany.com/htm/somepage.htm they didn't refresh, i also delete all off line files in browser, etc.etc
but if i type https://www.ourcompany.com/htm/somepage.htm the page are working correctly - so i see changes immediatly with no problem's.
What can i do ??
Thank you!

Jani
 >> Stay informed about: Static pages (htm) and cache make me nuts 
Back to top
Login to vote
anonymous937

External


Since: Jan 15, 2004
Posts: 3



(Msg. 4) Posted: Mon Jan 19, 2004 4:31 am
Post subject: RE: Static pages (htm) and cache make me nuts [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi again!

Problem solved hehehehe - just happy on Monday morning..


DisableMemoryCache
Registry Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters
Data Type:REG_DWORD
Default value: 0 (disabled)
Range: 0 - 1
DisableMemoryCache disables server caching. Make sure that this parameter is set to 0 on all production servers. If this parameter is set to 1, static file caching is disabled. While this may be useful during debugging, disabling the cache can severely compromise production server performance.


I just put 1 and everything are OK now - so far so goooooooood.

Have nice day..

Jani
 >> Stay informed about: Static pages (htm) and cache make me nuts 
Back to top
Login to vote
dev2

External


Since: Oct 14, 2003
Posts: 290



(Msg. 5) Posted: Tue Jan 20, 2004 2:07 pm
Post subject: Re: Static pages (htm) and cache make me nuts [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jani,

If your server is crashing or hanging you might want to
download our ReJuvin8 tool. It's free for the first
15-days. It can keep your site running despite problems.

It's designed to detect problems then restart or reboot.
It can restart ANY programs, services, or processes in
precise order. It doesn't fix bugs but it does give you some
breathing room while you are finding them. ReJuvin8 also
gives you email and telephone alert messages and graphic
status reports. It runs as a Windows Service.

It can also test, alert, and report on URLs running anywhere
on any server on your net connection. So if you use multiple
servers you can use them to watch each other, too.

ReJuvin8 has both an automatic and a custom mode. In the
auto mode you make all the settings by pointing and
clicking. This will handle most applications.

The custom mode uses heartbeat synch files to get absolute
detection that key processes are working. Tools and
instructions are provided to help you do this. We also offer
customization as a contract service.

Charles


Get ReJuvin8 at: <a style='text-decoration: underline;' href="http://www.rejuvin8.net?ac=ch1" target="_blank">http://www.rejuvin8.net?ac=ch1</a>


"Jani" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:D554C09C-EE28-455D-8AEE-4DA0A0172D49@microsoft.com...
 > Hi to all!
 >
 > I hope, i can find answear on my question:
 > - I just install Microsoft Windows 2003 www edition.
 > - I have couple virtural www servers on this server.
 > - They all working OK (htm, asp,jpg...)
 >
 > - Problem: When user are changing some .htm files, the changes are not
visible with MS IE until i restart virtual www server - just make stop and
startand then everything is ok.
 > I disabled cache for asp - not help.
 > This make me nuts, because our users are making update htm files almost
3 -4 times in one hour.
 >
 > Maybe someone have the simmiliar problem. And yes I have all last updates
(i think) on this server.
 >
 > - HW - Compaq proliat ml380 - 1 GB ram
 > windows 2003 www server edition
 >
 > - workstation - they are making chancges are:
 > - Windows XP - last patches
 > - Microsoft Frontpage is ver. 2000
 >
 > Thank's For any answear !
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Static pages (htm) and cache make me nuts 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]