all groups > dotnet performance > april 2004 >
You're in the

dotnet performance

group:

Cache style sheets in the ASP.NET cache



Cache style sheets in the ASP.NET cache Patty
4/30/2004 2:11:04 PM
dotnet performance: Hello
Due to performance issues of my application, I need to know how to cache style sheets in the ASP.NET cache and reuse the cached versions for later transformations

Any input is welcomed

Re: Cache style sheets in the ASP.NET cache Daniel Karlsson
5/4/2004 1:20:00 AM
Style sheets are client-side only and the client will only request the
file once.

So why would you cache it serverside? It will default into the iis-cache
anyway

*** Sent via Developersdex http://www.developersdex.com ***
Re: Cache style sheets in the ASP.NET cache Jerry Pisk
5/5/2004 12:50:04 PM
Unless of course you build style sheets dynamically, using server side code,
but then you can cache the same you cache an HTML output.

Jerry

[quoted text, click to view]

AddThis Social Bookmark Button