where are my compiled files

  • Thread starter Thread starter KarenLenska
  • Start date Start date
K

KarenLenska

Hi,
I have started learning and testing some asp.net pages code. when i
run the aspx page from iis directly without compiling it implicitely,
the page works as expected but i can't find any trace to the compiled
page file. why? i thought the page should be compiled first to MSIL
before being executed by the CLR. i searched the whole partition for
the files in vain. any explanation please!
Thank You
 
Hi,
I have started learning and testing some asp.net pages code. when i
run the aspx page from iis directly without compiling it implicitely,
the page works as expected but i can't find any trace to the compiled
page file. why? i thought the page should be compiled first to MSIL
before being executed by the CLR. i searched the whole partition for
the files in vain. any explanation please!
Thank You

Look at WINDOWS\Microsoft.NET\Framework\{version}\Temporary ASP.NET
Files
http://msdn.microsoft.com/en-us/library/ms366723.aspx
 
Back
Top