Does asp.net complies the dlls into msil every time
when an published application is browsed or a windows application exe is run???
How does asp.net minimizes or rather reduces the entire compilation process??


Thanks in advance

>Does asp.net complies the dlls into msil every time when an published application is browsed or a windows application exe is run???

Yes. ASP.NET compilation doesn't result in native image generation so JIT overhead will still be there. It is possible to compile a ASP.NET web application to Machine language using ngen. Have a look at this thread.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.