18

I want to test an asp.net web application. What are the best free graphical tools out there?

While something similar to the Ants would be really good, it would be nice to have a tool that even includes information on data sent over the wire. something like Ants + Fiddler. I hope Im not asking for too much :)

Thanks.

user20358
  • 14,182
  • 36
  • 114
  • 186

1 Answers1

14

Open source ones like Nprof were nice, but seem to be outdated and unmaintained.

So is Nprofiler.

EQATEC has a promising product, but I haven't spent enough time with it yet. Maybe next iteration. =)

I'm also eager to see other answers.

Edit: Better check out this other stackoverflow question.

Community
  • 1
  • 1
Jeremy
  • 1,168
  • 3
  • 17
  • 31
  • EQATEC works surprisingly well... – Sam Saffron May 29 '09 at 10:42
  • 1
    JetBrains dotTrace and Redgate ANTS both require you to purchase a license. I need something free. Im in the middle of tryin to figure out how Eqatec works. while it seems straight forward for console or winapps.. its not the same for asp.net applications and it doesnt integrate with visual studio. – user20358 May 29 '09 at 10:44
  • 1
    Although you can probably still get the free EQATEC profiler in some corners of the internet, it seems to have been superseded by Telerik's JustTrace: http://www.telerik.com/products/memory-performance-profiler.aspx. – SharpC Oct 16 '14 at 15:34