My asp.net application is 3 static pages (no database) and it initializes with 48Mb of memory in use.
Can I configure the application to use less memory?
NB: I've already set the memory limits in IIS. I set maximum value for working process to 30 MB of physical memory.
What other ways can I employ to make ASP.NET use less memory?