How can I profile an azure website
johnmortal
Posts: 3
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 redgate Ants to see how useful it is for that scenario, but it isn't clear how it could be done).
Comments
Are you having any problems as such? Could you post a typical screen shot if you are?
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?