Can we turn off the process of making Asp.net temporary files and project assemblies cache to
be sure that the results we get are really fresh and they got all the latest changes?
Can we turn off the process of making Asp.net temporary files and project assemblies
Share
Are you using a web site (File->New Web Site), or a Web Application Project (File->New Project)?
If it’s a web application project, then rebuilding it should be enough. I don’t know whether web sited have a concept of a rebuild.
Also, you can just check the dates of the temporary files to see if they’re correct.