How can I track an asp.net pages size without tracing?
Posted
by Middletone
on Stack Overflow
See other posts from Stack Overflow
or by Middletone
Published on 2010-06-06T04:15:35Z
Indexed on
2010/06/06
4:22 UTC
Read the original article
Hit count: 377
I want to be able to track the amount of data that is being transfered from my web site to each user that accesses the site. I can do this for file downloads and such but what about the pure html content itself.
How can I track the output size of a page (or the data that's trasnfered via an AJAX call) to the client and log it against a particular users session?
Also how would this differ when GZip is used in IIS 6.0?
© Stack Overflow or respective owner