Comments
2 comments
-
You can't use the Webdev project type with Visual Studio 2015 or higher, because Microsoft discontinued it. You need to use the IIS Express project type. See https://documentation.red-gate.com/app10/setting-up-and-running-a-profiling-session/choosing-application-types-and-settings/profiling-asp-net-applications-running-on-the-web-development-server for further information.
-
That link points to the WebDev instructions, and this page https://documentation.red-gate.com/app10/setting-up-and-running-a-profiling-session/choosing-application-types-and-settings/profiling-asp-net-applications-running-on-iis-express advises:
Set Web server virtual directory to the application's virtual path on the web server.
However, the IIS Espress - ASP.NET pane does not include an option for setting the virtual directory.
Add comment
Please sign in to leave a comment.
Visual Studio 2019
Ants Profiler Extension - 3.1.0.799
When attempting to profile an application from Ants Profiler 10.1 directly, I receive the following error:
"Couldn't start the profiling session.
Cause: Could not locate WebDev server exceutable - please ensure you have Microsoft Visual Studio 2005, 2008 2010, or 2012 installed."
Is there any way I can get the profiler to recognise Visual Studio 2019 instead?