Trace.axd and web garden

G

Guest

I'm running an ASP.NET application with web garden enabled and session state
set to StateServer.
When looking at the trace.axd file I can only see about half the requests.
Like I'm only seeing the requests handled by one of the cpu's and not those
handled by the other.
How can I see all requests?

/Morten
 
S

Scott Allen

Hi Morten:

I believe that is going to be a limitation with the built in tracing features.
A trace can only see what is happening inside of a single app domain, and
web gardens effectively partition a web app across multiple app domains.

Perhaps this could be worked around with a custom trace listener, I'll have
to experiment with that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top