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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top