IIS Express overly caching classic ASP pages

后端 未结 3 520
别跟我提以往
别跟我提以往 2021-01-24 15:03

I have this randomly occurring problem where IIS Express does not recognize when I make a change to an ASP page. It serves up the previous version of the page instead.

I

3条回答
  •  离开以前
    2021-01-24 16:01

    Not only do you have to set this setting:

    
    

    as Robert wrote, but the one below, too:

    to keep caching off at all times.

提交回复
热议问题