Example
<link rel="stylesheet" type="text/css" href="/framework/css/global.min.css?v=2.0" media="screen, print" />
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="365.00:00:00" />
</staticContent>
</system.webServer>
</configuration>
Always add ?v=x.x and increment when you make changes to the css or js files. If not end-users will get older versions of your CSS or JS and will cause a nightmare and lose potential customers or clients.