Sorry, I wasn't quite specific. I need to work out some statistics for a web application that is hosted in IIS, for sizing purposes. I need to work out the average size of messages 'sent' and 'received' from the clients to the web application on the IIS Server.
I think I've found what I'm looking for in the Extended Logging Properties for the web site in IIS. I can enable the 'Bytes Sent' and 'Bytes Received' to be logged for each call.
Thanks