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 ?
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
Post a Comment