Web/ASP.NET
Disabled Browser cash client side for asp.net
탑~!
2013. 6. 17. 21:23
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache, no-store" />
<add name="Pragma" value="no-cache" />
<add name="Expires" value="-1" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
728x90
반응형