ASP.NET compile model detail

  • Thread starter Thread starter Kevin Yu
  • Start date Start date
K

Kevin Yu

hi all

can anyone point me the right document on asp.net 1.1 page compile model? I
need to know the detail from user request to IIS and aspnet_isapi.dll to
aspnet_wk.exe then how the page is complied and cached. is there any
difference on page handler facotry behavior between the code-beside and
code-behind complied model?

thx

Kevin
 
even for the code-behind model, the page parser will still go through the
process of dynamic code generation and compilation.

so the precompiled dll is not used. so it's not what it seems to be doing
for the pre-compiled model.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top