소리소문 없이... 사랑도 명예도 이름도 남김 없이...
DexCore.net

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
반응형