Profiling a web service
edenza
Posts: 2
Hi all
I am trying to profile a web service , my scenario is like this:
I have a web page that have a button when the user clicks the button a login process starts on the web service i want to profile.
But when i atach ANST to the web page , ANTS profiler takes me as far as the request not showing me the web service code and performance.
when i atache ANTS to the web service , it also doesnt show me anything , how can i profile the code in the web service method.
I am trying to profile a web service , my scenario is like this:
I have a web page that have a button when the user clicks the button a login process starts on the web service i want to profile.
But when i atach ANST to the web page , ANTS profiler takes me as far as the request not showing me the web service code and performance.
when i atache ANTS to the web service , it also doesnt show me anything , how can i profile the code in the web service method.
Comments
Is the question about how to invoke your webservice method, or is this a comment that ANTS Profiler is not showing results for the method?
If you need to profile a webservice method, you can do it by profiling a web application, specifying the URL as the webservice (asmx) page, then invoking the web method however you normally do, in your case by starting a web page that is part of a different application and clicking your button.