views:

57

answers:

1

When debugging an ASP.NET app in VS, is the WebDev.WebService.EXE process (viewable in Task Manager) a good indicator of memory footprint?

+1  A: 

It's pretty good but then memory utilization is always a bit of a guess anyhow. Perhaps a more accurate way to tell would be to use perfmon.

Andrew Hare