T
tedqn
As far as I know, aspx pages are compiled and stored in the server's
memory the first time it's used. Would it make much difference if I
dump most of the code into a dll and have the page called that dll,
since both are already compiled?
memory the first time it's used. Would it make much difference if I
dump most of the code into a dll and have the page called that dll,
since both are already compiled?