tags:

views:

21

answers:

0

I have a web site that has many DLLs in the BIN directory. I know that each of them load when the web site is started. How can I determine how much memory is being used by the loading of these DLLs? Is this the same as cache memory? If so, then that does not make sense since the memory used is VERY low. I need to know how much memory the entire web site is using of the 2GB (32-bit) available. How can that be done?