H
helveticus
This really puzzles me. I have an application with a single style
sheet (30KB) and a series of js files, all declared in the header
section of the master page the standard way:
<link href="css/style1.css" rel="stylesheet" type="text/css"
media="screen"/>
<script src="js/common.js" type="text/javascript"></script
....
The css sheet is reloaded whenever a new page is accessed while the js
files remain cached. I experimented with downsizing the css file,
moving the css file in the root directoy to no avail. Obviously, I am
missing something here. How can I declaratively assign an expiration
date to the CSS file to prevent the browser from issuing reload
requests? TIA for any hints. (ASP.NET 3.5)
sheet (30KB) and a series of js files, all declared in the header
section of the master page the standard way:
<link href="css/style1.css" rel="stylesheet" type="text/css"
media="screen"/>
<script src="js/common.js" type="text/javascript"></script
....
The css sheet is reloaded whenever a new page is accessed while the js
files remain cached. I experimented with downsizing the css file,
moving the css file in the root directoy to no avail. Obviously, I am
missing something here. How can I declaratively assign an expiration
date to the CSS file to prevent the browser from issuing reload
requests? TIA for any hints. (ASP.NET 3.5)