size of content page

Last post 07-03-2009 11:50 AM by ctheriault. 3 replies.

Sort Posts:

  • size of content page

    06-29-2009, 4:56 AM
    • Member
      29 point Member
    • zell71
    • Member since 03-09-2009, 1:37 PM
    • Cheshire, UK
    • Posts 47

    hi, i'm looking for something like : http://www.fiddler2.com/fiddler2/

    that works with visual studio 2008?anything like this built in?

    basically, fiddler lets you view the size of the website requests that is being made.  i.e i can load a webpage and it fiddler2 displays the weight of each object being passed around.  however, i cant manage to get this working with fiddler2.

    thanks,

    dave

  • Re: size of content page

    07-02-2009, 1:02 AM

    zell71:

    hi, i'm looking for something like : http://www.fiddler2.com/fiddler2/

    that works with visual studio 2008?anything like this built in?

    basically, fiddler lets you view the size of the website requests that is being made.  i.e i can load a webpage and it fiddler2 displays the weight of each object being passed around.  however, i cant manage to get this working with fiddler2.

    thanks,

    dave

     

    Hi dave,

    I am sorry, I do not understand what you want.

    In order to help you, could you reframe the question details?

    Additionally, it seems the site is written by the classic ASP.  Please check each link, we will see the extension name of the page is named "ASP".

     

    Hong-Gang Chen
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
  • Re: size of content page

    07-03-2009, 7:34 AM
    • Member
      29 point Member
    • zell71
    • Member since 03-09-2009, 1:37 PM
    • Cheshire, UK
    • Posts 47

     i mean, is it possible to do what fiddler does in visual studio 2008?
    i.e monitor performance of the website you are building?
    because at the moment, i'm unable to use fiddler via visual studio 2008..so i have to build my site and deploy it to my iis before i can test the size of the page.

     

    thanks

  • Re: size of content page

    07-03-2009, 11:50 AM
    Answer
    • Participant
      1,547 point Participant
    • ctheriault
    • Member since 04-10-2009, 12:33 PM
    • Posts 276

    If you are talking about performance counters, yes you can with VS2008.

    You just need to turn to set "Trace" property to "True" for the page(s) to monitor... it is located in "<%Page..." directive.

    ----
    Don't forget to mark this posting as an "Answer" if it is helpful to you
Page 1 of 1 (4 items)