VS 2005 does not want to profile my ASP.NET project
Visual Studio 2005 does not want to profile my ASP.NET project! What's up with that?
This is with the Team Edition that has the quite useful "Performance Tools" included. However, when I start a new Performance Wizard I don't see my ASP.NET web site project in the list of profileable projects.
To make a long story short, the solution is to not select the "No Start Page" option in the debug dialog as shown in the following figure.
Checking "Current Page" does not work either. Just to be safe, go with "Specific Page" and pick something from the list.
Comments
Post a Comment