1

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
uzay95
  • 16,052
  • 31
  • 116
  • 182
  • related http://stackoverflow.com/questions/2686667/clean-conflicting-class-files-from-temporary-asp-net-files – Maslow Sep 27 '11 at 20:22

1 Answers1

1

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

Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288