상세 컨텐츠

본문 제목

Disabled Browser cash client side for asp.net

Web/ASP.NET

by 탑~! 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>


관련글 더보기