I need to find out how much memory does my .net application occupies in IIS 6.0. Can anyone tell me the steps to find out how much memory does my applicaion occupy in 6.0.
If you can get your application into its own app pool, check Task Manager to see the memory consumption for that app pool. Type iisapp from the command line to get a mapping of app pools to PIDs.
Thanks! I will try this. – user49552Aug 6 '10 at 7:45
feedback
Greetings!
This is a collaboratively edited question and answer site for system administrators and desktop support professionals. It's 100% free, no registration required.
Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.