More memory usage for IIS 6 asp.net 2.0 on webserver 2003
Posted
by Alan King
on Stack Overflow
See other posts from Stack Overflow
or by Alan King
Published on 2010-05-22T02:51:22Z
Indexed on
2010/05/22
3:00 UTC
Read the original article
Hit count: 259
Running a webserver 2003 SP2 (x86) with IIS 6 and asp.net 2. The box is running mostly dynamic asp pages connecting to a sql 2008 server.
At any given time there is over 1 gig of memory available out of the 2 gig in the box. It seems like there would be a way for it to make better use of the free memory. It is using a default machine.config file and default http.sys.
I would like to maximize incoming internet connections and database connections. Is there something I can do to make better use of the available memory?
© Stack Overflow or respective owner