Activity overview
Latest activity by johnmortal
Your forum has a number of questions about whether remote profiling is possible and it looks like the answer to all of them is that it is not possible.
1) It sounds like you are saying that remote profiling is possible with redgate ants. If so, please direct me to instructions on how this is done.
or maybe you meant
2) My second guess would be that you are suggesting one simply install redgate ants directly onto the azure instance hosting the IIS server by using remote login, and then run ants profiler on that instance directly.
Since azure uses round robin when passing requests to instances this means you will profile whatever calls happen to hit that instance, which might not be all the ones you wanted, but it gives you a way to run instrumented profiling on your azure website.
but maybe you actually meant
3) Something else.
Could you please clarify which of these you meant? / comments
Your forum has a number of questions about whether remote profiling is possible and it looks like the answer to all of them is that it is not possible.
1) It sounds like you are saying that remote ...
How can I profile an azure website
How can I profile our asp.net website with WCF running on windows Azure? This is a big deal for us as it is the main reason we are interested in a profiler (we are running the trial version of redg...