清除“临时 ASP.NET 文件”的快捷方式是什么?运行应用程序之前的文件夹?
问题是在运行我的代码时,我总是会遇到 VS.2010 上的旧 javascript 文件。 我认为其原因是 Temporary ASP.NET Files
文件夹。
当我按F5时,如何清除临时文件夹?
The problem is while running my code, i always come up to my old javascript files on VS.2010.
I think its reason is Temporary ASP.NET Files
folder.
How can i clear the temp folder when i press to F5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以运行构建前/构建后操作(如果可用)来完成这项工作。
You can run a pre/post-build action (if these are available) which will do the job.