Just wondering what people are using out there for profiling their .NET applications?
Do you use different tools for different situations?
I'm primarily going to be looking at memory issues and it's a very data dependent application so there are lots of database calls. The application is written in C# with approx. 1 million lines of code. This is a Web Application with no COM (all .NET)
Any advice on tools? Thanks in advance!