views:

854

answers:

2

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.

+4  A: 

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.

Jeremy
EQATEC works surprisingly well...
Sam Saffron
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.
A: 

I'm also on lookout for something similar. This article on codeproject discusses creating compilers !!!

TheVillageIdiot
Thanks aman. This looks like something I can look at as a personal project during my holidays, but for now I need something I can get up and running fast ...and free :)