J
Jack Wright
Dear All,
We have developed a few Web pages in .Net and have a number to
dlls in our bin directory...in our Global.asmx on Application_Start we
have written code to load each library from the bin directory...using
Assembly.Load(...).
Even if I comment this function...the CLR compiles all the dlls in the
bin directory and puts it in "ASP Temporary Internet files"
folder...does this mean that Assembly.Load is not necessary? Also if
my bin had around 200 dlls does it make the first time access slow?
Is there any information how MSIL works?
Please help
Many Regards
Jack
We have developed a few Web pages in .Net and have a number to
dlls in our bin directory...in our Global.asmx on Application_Start we
have written code to load each library from the bin directory...using
Assembly.Load(...).
Even if I comment this function...the CLR compiles all the dlls in the
bin directory and puts it in "ASP Temporary Internet files"
folder...does this mean that Assembly.Load is not necessary? Also if
my bin had around 200 dlls does it make the first time access slow?
Is there any information how MSIL works?
Please help
Many Regards
Jack