问题
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