In the bug fixing of a small ASP.NET/C# web app I have made, I have encountered an OutOfMemoryException.
There is no tips as to where to look as this is a compile time error. How can I diagnose this exception? I am assuming this is exactly where memory profiling comes into play? Any tips?
Thanks