I'm looking for a good code analyzing tool that can help me determine how long each method in a specified ASPX page is taking to execute. Specifically I need to find out why my page is taking so long to load.
A free tool (or trail one) would be best...
I tried to use the code analyzing tools that come with Visual Studio 2008 but have found them to be frustrating (it modified my web.config and screwed with my custom attributes) and useless (after excluding my web.config and letting it add it's own web.config file it didn't load all of the resources required to actually use my code and obviously failed on most of the tests... also this meant that I couldn't actually run my code at all so it couldn't tell me a thing about my problem).
Looking forward to your recommendations .
-Frinny
A free tool (or trail one) would be best...
I tried to use the code analyzing tools that come with Visual Studio 2008 but have found them to be frustrating (it modified my web.config and screwed with my custom attributes) and useless (after excluding my web.config and letting it add it's own web.config file it didn't load all of the resources required to actually use my code and obviously failed on most of the tests... also this meant that I couldn't actually run my code at all so it couldn't tell me a thing about my problem).
Looking forward to your recommendations .
-Frinny
Comment