T
Tim Smith
Our ASP.NET application, using the .NET 1.0 framework servers up .aspx
pages to the browser. Each GET and POST request should never be
cached - and never is.
However there is a number of javascript, cascading styles sheet and
image files that are being sent to the browser with every page request
(if I examine the HTTP flow).
How can I prevent these files from being sent each time if they are
not modified - is this a .NET Framework issue or an IIS issue?
pages to the browser. Each GET and POST request should never be
cached - and never is.
However there is a number of javascript, cascading styles sheet and
image files that are being sent to the browser with every page request
(if I examine the HTTP flow).
How can I prevent these files from being sent each time if they are
not modified - is this a .NET Framework issue or an IIS issue?