| Author |
Message |
rtom
Joined: 17 Jun 2010 Posts: 4
|
Posted: Mon Oct 22, 2012 7:03 pm Post subject: Profiling Web services.. |
|
|
I believe I read somewhere that to profile web services, the code must be something that is invoked form Internet Explorer. I want to confirm my understanding of this.
So if I have a (big) asp.net web service running 2.x. And I have a winform application that consumes these web services, can you please confirm that this tool cannot be used to profile the web service.
I tried it, but could not get it to work.
If I invoke commands from IE, then I get some profiling.
Am I doing something wrong, or is profiling WS that is consumed by winform apps not supported.
Thanks |
|
| Back to top |
|
 |
james.billings
Joined: 16 Jun 2010 Posts: 840 Location: My desk.
|
Posted: Tue Oct 23, 2012 8:26 pm Post subject: |
|
|
The profiler essentially uses IE to hook into your web service to profile it - so, in theory, you can start up the profiler with IE (as you did when it was working), minimize IE, and then work with your Winforms app. This should let you collect profiling data from the web service.
What you cannot do is profile the Winforms app and get profiling info from that AND the webservice together. |
|
| Back to top |
|
 |
rtom
Joined: 17 Jun 2010 Posts: 4
|
Posted: Mon Oct 29, 2012 6:18 pm Post subject: Re: |
|
|
| james.billings wrote: |
The profiler essentially uses IE to hook into your web service to profile it - so, in theory, you can start up the profiler with IE (as you did when it was working), minimize IE, and then work with your Winforms app. This should let you collect profiling data from the web service.
What you cannot do is profile the Winforms app and get profiling info from that AND the webservice together. |
Works great.
Thanks |
|
| Back to top |
|
 |
james.billings
Joined: 16 Jun 2010 Posts: 840 Location: My desk.
|
Posted: Mon Oct 29, 2012 6:20 pm Post subject: |
|
|
| Glad to hear that's working! |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group