3

We have a multi-use web server that has a bunch of separate web applications hosted on the same server (IIS6, Windows 2K3).

Now, I'd like to clear the contents of the temporary asp.net files for a certain web application, however, how do we find out which directory in the temporary asp.net files maps to the appropriate website in IIS?

Thanks! -Steve

StephenPAdams
  • 2,797
  • 2
  • 30
  • 49
  • Why do you want to do this, you can actually damage the performance of your application by doing this as you may cause your website to be constantly recompiled. Maybe there is another approach to solving your problem? – CodingGorilla Jul 14 '10 at 19:45
  • The application changed the compile type as well as the version (from asp.net 1.1 to 2.0). It was causing namespace clashing issues due to previous temporary files in the same directory clashing with newly generated temporary files. It's basically a 1 time thing. – StephenPAdams Jul 14 '10 at 20:02
  • Rather, not the application, but one of the previous developers changed the version and compile type. Apologies. – StephenPAdams Jul 14 '10 at 20:03
  • If it's a one time thing, I would say just delete everything in the Temp ASP.NET folder, you're not going to do any damage you'll just force a recompile of all the apps. Other than that, I don't have a specific answer, sorry. – CodingGorilla Jul 14 '10 at 21:09
  • Yeah, I'd rather not impact all of the other apps on the server (there are a bunch). – StephenPAdams Jul 14 '10 at 21:52

0 Answers0