Options

Profiling a Web Service

I'm having a problem trying to profile a web service of mine. I have a web service with a number of exposed methods as well as a desktop app that calls the web service. I start ANTS and set it to profile the web service and then run the desktop app. When ANTS starts it starts a profiled ASP.NET worker process but when the desktop app start it creates a new ASP.NET worker process that is not being profile, how can I stop this from happening?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    Sorry I don't really have an answer. Normally the web application is independent of the desktop application or 'harness' running the web application code. It wouldn't normally start another instance of the web application, and if it does, maybe it would work better to profile the desktop application rather than the webservice and see if you get some results.
Sign In or Register to comment.