How to profile an ASP.NET MVC app?
I'm trying out DotTrace 3.1 on Win7 x64 RTM. I have an ASP.NET MVC app I run in Visual Studio 2008. It is not deployed to IIS.
What should I list for the ASP.NET Development Server document root? Nothing I try from my project's bin\ or obj\ directories works.
I assume I should use "/" as the Virtual Directory since that's what my project uses. Is that right?
Please sign in to leave a comment.
P.S. It's an ASP.NET MVC 2 preview 2 application on Azure.