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 ?
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 ?
You can run a pre/post-build action (if these are available) which will do the job.