如何在每次使用母版页时生成ASP.NET页面?
我正在将旧的 VBScript 网站移至 ASP.NET,因此我开始使用母版页,而不是 #includeing 许多其他包含服务器端 VBScript 的文件。
如何阻止页面(如基于母版页的页面)生成一次然后存储? 如果我对母版页(或基于它们的任何页面)进行更改,这些更改将不可见,因为 Web 服务器仍在提供以前的版本。
I'm moving an old VBScript web site over to ASP.NET, so I'm starting to use master pages instead of #includeing lots of other files with server side VBScript in them.
How can I stop the pages (as in the ones that are based on master pages) from being generated once and then stored? If I make a change to the master page (or any page based on them) those changes are not visible, because the web server is still giving out the previous versions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您好像启用了缓存,因为没有缓存的正常行为是重生。
It sounds like you have caching enabled, as normal behaviour without caching is to regenrate.
应该不是这样的,你确定这不是缓存问题吗?
That shouldn't be the case, are you sure it's not a caching issue?