dotTrace 3.1 and VS 2010
I am trying to profile a web application, and dotTrace reports that it is unable to find a valid IIS or Web Development server. Note that I only have 2010 installed, so is there a way to do this with dotTrace 3.1?
Cheers,
Stuart
Please sign in to leave a comment.
Stuart,
I am not sure right now as if dotTrace 3.1 must detect VS 2010 devServer automatically, but there is certainly "hack" to run devServer as a Desktop application.
I that case:
1. Executable path is something like: C:\Program Files\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer.EXE
2. Arguments: /port:8080 /path:"C:\Projects\WebService1\WebService1"
Path in quotation marks is a local path to your website. Port can be any free one.
3. DevServer will start and you can open website in browser at http://localhost:8080/
Regards,
Ivan Shakhov