=?Utf-8?B?Um9iIFRob21zb24=?=
2007-11-02 11:31:02 PM

Hi is there a way in asp.net 1.1 to in code behind query the page size that
is generated, I realise IIS does it as it has that data in the logs, I would
like to capture this data so that I can create a log for performance on our
site that is all held in the database

TIA
 

Re: asp.net find Page Size

George Ter-Saakov
2007-11-03 12:39:00 AM

You can create your own filter and attach it to Response.Filter.
It will count bytes/characters outputted to browser

George


"Rob Thomson" <RobThomson@discussions.microsoft.com>wrote in message
news:E4CC58D1-B0AE-4963-B73A-BAD602EEC89D@microsoft.com...
>Hi is there a way in asp.net 1.1 to in code behind query the page size
>that
>is generated, I realise IIS does it as it has that data in the logs, I
>would
>like to capture this data so that I can create a log for performance on
>our
>site that is all held in the database
>
>TIA