Tag Archives: howto
Debugging gac assemblies
Every now and then somebody says to me: I just added my assembly to the gac and now I can’t debug my code anymore The fact is that debugging gac assemblies is quite easy when you know how to do … Continue reading
Use random data in WebTest
Usually my WebTests are coded WebTests, but sometimes the plain WebTest can do the job a lot faster. My biggest problem working with plain WebTests, is that all the input to my forms are the recorded values. In some of … Continue reading
Read remote performance counters from a machine in a different domain
Sometimes I need to read performance counters from a machine in a different domain when I run load tests. This can be done in a few easy steps on the target machine: Enable the guest account Add the guest account … Continue reading