BlueBarren
BlueBarren

Reputation: 351

Where does Visual Studio put ASP.NET When it's Compiled/Running

I'm trying to find the location Visual Studio puts ASP.NET applications when they're compiled and running. I ask because when I run my project from VS it's running an old branch I was looking at yesterday instead of the branch I have open in VS to work on (which is updated). I remember finding the location before and deleting these files causing VS to re-make (or recompile?) them. So where is the compiled code kept?

Upvotes: 0

Views: 41

Answers (1)

John Wu
John Wu

Reputation: 52290

They go here:

%SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET Files

Link

Upvotes: 1

Related Questions