T
thomson
Hi all,
When we request a webpage a series of process takes place,
from the beginning of the request till we get the requested page.
I have gone through numerous articles, of how it is done, but
iam bit confused also, Till now i was knowing only that the request
goes to the iis server, then it calls the asp.net worker process and so
on.
but recently i read an excerpt from an article and it says
NET Framework assemblies are typically compiled and deployed into a
Windows DLL-based PE format. When the common language runtime's loader
resolves a class implemented within this type of assembly, it calls the
Windows LoadLibrary routine on the file (which locks its access on
disk), and then maps the appropriate code data into memory for run-time
execution. Once loaded, the DLL file will remain locked on disk until
the application domain referencing it is either torn down or manually
recycled.
My confusion is how to link the above excerpt with
the one i have mentioned on the top, ie: when a request is made, it
goes to the IIS
Does any one have a complete article or a utility that shows the
request-> response processes
Thanks in advance
regards
thomson
When we request a webpage a series of process takes place,
from the beginning of the request till we get the requested page.
I have gone through numerous articles, of how it is done, but
iam bit confused also, Till now i was knowing only that the request
goes to the iis server, then it calls the asp.net worker process and so
on.
but recently i read an excerpt from an article and it says
NET Framework assemblies are typically compiled and deployed into a
Windows DLL-based PE format. When the common language runtime's loader
resolves a class implemented within this type of assembly, it calls the
Windows LoadLibrary routine on the file (which locks its access on
disk), and then maps the appropriate code data into memory for run-time
execution. Once loaded, the DLL file will remain locked on disk until
the application domain referencing it is either torn down or manually
recycled.
My confusion is how to link the above excerpt with
the one i have mentioned on the top, ie: when a request is made, it
goes to the IIS
Does any one have a complete article or a utility that shows the
request-> response processes
Thanks in advance
regards
thomson