Running my site on IIS7 and looking to improve my Yslow rating. Working with asp.net.
I am able to cache static resources in the web.config but is it possible to the following also:
Set the etag on the resources eg. javascript, images, css files etc Add expires header to the above static resources Set gzipping on components
Previously I use to use httphandlers to achieve the above but if its possible to set it up in the web.config it would be great.