asp.net - Output Caching Not Working in IIS 7 -


i can't seem asp.net webforms site cache css files. in iis configure output caching following instructions @ link below. when monitor network activity in f12 tools, there no sign of caching.

is there simple missing ?

link instructions on configuring output cache in iis

after examining network activity more, noticed lot of result values of '403'. using jquery ui libraries , standard jquery css base file trying import known jquery ui css files (i.e accordion, date picker). didn't have these in project. after removing unused imports, no longer have '403' results. , fixed caching problem. css files being cached.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -