How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.
Use the .NET CLR profiler to determine where optimization will be useful.
http://msdn.microsoft.com/en-us/magazine/cc301839.aspx