Travis Heseman
Travis Heseman

Reputation: 11449

How can I quickly check ASP.NET memory footprint?

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

Upvotes: 0

Views: 108

Answers (1)

Andrew Hare
Andrew Hare

Reputation: 351758

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.

Upvotes: 1

Related Questions