G
Guest
I know that ASP.NET code-behind classes are compiled into IL at project build
time, but what about the .aspx files themselves? I believe that the .aspx
files are compiled into IL at runtime, upon access to the website, correct?
What about in-line .NET code inside <% ... %> blocks in .aspx files, are
they compiled into IL at runtime too?
Finally, if the answer to the first question is yes, does the web server
actually execute the CS or VB.NET compiler at runtime to do this compilation?
thanks
time, but what about the .aspx files themselves? I believe that the .aspx
files are compiled into IL at runtime, upon access to the website, correct?
What about in-line .NET code inside <% ... %> blocks in .aspx files, are
they compiled into IL at runtime too?
Finally, if the answer to the first question is yes, does the web server
actually execute the CS or VB.NET compiler at runtime to do this compilation?
thanks