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.

thanks in advance.

With regards, ram

link|improve this question
feedback

1 Answer

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.

link|improve this answer
Thanks! I will try this. – user49552 Aug 6 '10 at 7:45
feedback

Your Answer

 
or
required, but never shown