P
PhilipDaniels
Hi all,
I have a web app project which I am developing. It is running under
the VS integrated web server. When I hit F5 to debug the thing the
site loads as you would expect. Problem is that about 28 assemblies
have to be loaded in order to start the project - this is causing a a
thrashing noise on the hard disk :-(
Some of these are coming out of the GAC, some are from the Microsoft
Enterprise Library, and some are from my app itself (getting copied
into Temporary ASP.Net Files folder).
The thing is, Windows XP does not seem to be caching any of these
files in RAM, every time I run the website XP seems to be going back
to disk for every single assembly. I am getting worried for the
healthiness of my C:\ drive!
Do you guys do anything to avoid this, or do you just put up with it?
I have a web app project which I am developing. It is running under
the VS integrated web server. When I hit F5 to debug the thing the
site loads as you would expect. Problem is that about 28 assemblies
have to be loaded in order to start the project - this is causing a a
thrashing noise on the hard disk :-(
Some of these are coming out of the GAC, some are from the Microsoft
Enterprise Library, and some are from my app itself (getting copied
into Temporary ASP.Net Files folder).
The thing is, Windows XP does not seem to be caching any of these
files in RAM, every time I run the website XP seems to be going back
to disk for every single assembly. I am getting worried for the
healthiness of my C:\ drive!
Do you guys do anything to avoid this, or do you just put up with it?