Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据要求,我们必须从每个 ASP.NET 网页中删除代理缓存。测试代理缓存是否从页面中删除的最佳工具是什么?
如果“删除”过程是从 aspx 文件中删除一个属性,那么只需在文件中使用 Visual Studio 编辑/查找和替换/查找,将搜索字符串设置为应该已删除的缓存属性并将搜索限制为*.aspx。任何结果都表明页面未被修改。