Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

Difference between website and webapplication compilation models

$
0
0

Hi,

Would like understand the below points :

1. In website, codebehind files are constructed in c# and deployed into webserver, whenever page is getting accessed fallowing steps will happen:

a. A dll will be created for each of the ASPX page.

b. Here JIT compilation will not happen.

Questions: Will JIT compilation happens on the constructed assembly?

2. In WebApplications, deployed with assemblies, whenever a aspx page request arrives fallowing steps will be executed:

a. WebApplication assembly will be copied from bin folder into ASP.NET temporary Files folder.

b. JIT compilation happens and page will be rendered.

Questions: Can someone validate the above steps ?

Thanks.


Viewing all articles
Browse latest Browse all 31927

Trending Articles