We are profiling an ASP.NET application using IIS 7 in Windows Server 2008. I can profile performance just fine and everything seems to work fine in the root fodler of the application. However, when I try and go to a page in a subfolder, I have issues. After going to the page and then highlighting the timeline where the page was hit, I see only two thing. Thread being blocked and Transition to Managed Code. There is nothing underneath here. However, if I go back to the beginning of the timeline and look there, the methods appear. However, this isn't very helpful because I want to understand the performance on a specific page. Has anyone seen this problem?
pcorkum
0

Comments

1 comment

  • Chris.Allen
    Its not a fault, as such - its just that default filters are being applied. Try de-selecting the "Hide Insignificant methods" check box.
    Chris.Allen
    0

Add comment

Please sign in to leave a comment.