开发者

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

开发者 https://www.devze.com 2023-01-19 19:58 出处:网络
The problem is while running my code开发者_Python百科, i always come up to my old javascript files on VS.2010.

The problem is while running my code开发者_Python百科, 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消