»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 11-27-2003, 02:47 AM   #1 (permalink)
Registered User
 
brandon184's Avatar
 
Join Date: Oct 2001
Location: Canada™
Posts: 2,671
brandon184 is on a distinguished road
Send a message via ICQ to brandon184
Gaming W2K Pro / IIS 6 Aggressive Caching Problem!

I have a client running Windows 2000 Professional with IIS 6.0. The server is aggressively caching websites, creating a huge hassle for visitors - which are often seeing daily-updated websites that are days old.

Does anyone know how I can modify/disable caching within IIS 6?!

Thanks in advance

- Brandon

brandon184 is offline   Reply With Quote
Old 11-27-2003, 04:32 AM   #2 (permalink)
puk
Registered User
 
Join Date: Oct 2001
Location: toronto
Posts: 481
puk is on a distinguished road
is not IIS 6.0 but give it a try:

IIS 4.0 Caching

ISAPI applications (Active Server Pages Web pages) can be cached on Internet Information Server. When you create a new IIS 4 application, caching of ISAPI Applications is on by default. Use these steps to disable caching:


Open the Microsoft Management Console (Inetmgr.exe).

Browse the Internet Information Server tree until you reach your application.

Right-click your application, and select Properties.

Click the Directory tab, and then click the configuration button*.

Click the App Mappings Tab, and clear Cache ISAPI Applications.


* If the virtual directory is not an application, the configuration button will not be available. Click the Create button, and then the configure button will be available.

You have now prepared your IIS Application so that it won't cache your ASP pages. But this alone is not enough. At the top of the .asp page that you do not want cached, add the following line:


<% Response.Expires=0 %>



from here


hth
puk
__________________
puk
puk is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 02:59 PM.