G
guy
Hi,
I have a question regarding the ASP .NET execution model.
In the first request for an ASP .NET web form, the ASP .NET parser
interprets the aspx source code and invokes the compiler that creates
MSIL.
In the second request the runtime runs the MSIL immediately.
Why isn't the aspx compiled with the code behind to begin with, into
one MSIL dll?
Why are aspx pages distributed separately, and must be compiled at run
time?
Thanks in advance,
Guy
I have a question regarding the ASP .NET execution model.
In the first request for an ASP .NET web form, the ASP .NET parser
interprets the aspx source code and invokes the compiler that creates
MSIL.
In the second request the runtime runs the MSIL immediately.
Why isn't the aspx compiled with the code behind to begin with, into
one MSIL dll?
Why are aspx pages distributed separately, and must be compiled at run
time?
Thanks in advance,
Guy