Options

ASP.NET profiling timeline not correct

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?

Comments

Sign In or Register to comment.