Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

48
votes
4answers
9k views

Profiling ASP.NET websites with EQATEC Profiler

I'm searching for a free ASP.NET profiler, and I stumbled upon EQATEC Profiler for .NET, but I can't find any instructions on how to profile ASP.NET projects with it. Please post step-by-step ...
2
votes
1answer
141 views

Is there a way to use EQATEC profiler on my NUnit Unit tests?

I'd like to use the EQATEC profiler on my NUnit unit tests, just like I used to do with JetBrains dotTrace in conjunction with TestDriven.NET and NUnit. Is there a way to do this? As it is, it seems ...
1
vote
1answer
150 views

Eqatec profiler in ASP.NET 4.0 not reading my web.config

Ok, maybe I'm skipping a step here, but I swear I had Eqatec profiling things just fine in ASP.NET 2.0. We upgraded our solution to ASP.NET 4, it works fine. Then I went through the typical steps: ...
1
vote
1answer
113 views

Eqatec profiler-reset counter and take snapshot buttons disabled

I'm trying to use EQATEC Profiler to profile my ASP.Net app. I am following the below steps to do it. I have selected the application's bin folder in App path and clicked on the build button. Then I ...
0
votes
0answers
43 views

Eqatec profiling ASP.NET pages, getting odd times

Ok, using EQATEC to profile an ASP.NET page, and it looks to working, but the total times I'm getting seem like they're leaving something out. I clear the counters and refresh the page in FF with ...
0
votes
1answer
28 views

Don't recognize a profiled function when speed profiling; function is taking a lot of time

I'm writing a graphics and physics library (like half a million other programmers), in C# (like maybe five other programmers), mostly out of books at this point. However, I'm trying some speed ...
0
votes
1answer
178 views

How to profile an ASP.NET web service on a remote server by EQATEC profiler?

I am thinking the modified dlls will create a log file some where in the remote system so I can open it later after load test but all I found was a log file in $(SystemRoot)\Temp\EQATECProfilerLogs ...
0
votes
3answers
449 views

EQATEC Profiler - The remote server returned an error: (404) Not Found

I'm trying to use EQATEC Profiler to profile my ASP.Net app. I followed the instructions listed here. It worked the first time, but every since then, when I run my app, I don't get a "Profiled app ...