Why does FireFox 3.6.8 not cache static contents from asp.net developer server?

前端 未结 5 1108
醉梦人生
醉梦人生 2021-01-05 18:59

I am working on a asp.net web site, like normal user, we use asp.net developer server during coding and testing. Today, I found the firefox not cache any static file of my s

5条回答
  •  天命终不由人
    2021-01-05 19:30

    You could also host the page on your local IIS WebServer instead of running it in the VS Development Server. In IIS you can specify the expiration header settings to your needs.

提交回复
热议问题