What is the shortcut to clear “Temporary ASP.NET Files” folder before running application?

二次信任 提交于 2019-12-11 10:09:00

问题


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?


回答1:


You can run a pre/post-build action (if these are available) which will do the job.



来源:https://stackoverflow.com/questions/3932677/what-is-the-shortcut-to-clear-temporary-asp-net-files-folder-before-running-ap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!