Comments
3 comments
-
This config file is usually in your solution's folder, somewhere like C:\Users\username\Documents\Visual Studio 2015\Projects\WebSite5\.vs\config (or probably C:\Users\username\source\repos\WebSite5\.vs\config for newer VS versions).
Can you try manually setting up the profiling session and using that file as a custom config file?
-
Russell D said:This config file is usually in your solution's folder, somewhere like C:\Users\username\Documents\Visual Studio 2015\Projects\WebSite5\.vs\config (or probably C:\Users\username\source\repos\WebSite5\.vs\config for newer VS versions).
Can you try manually setting up the profiling session and using that file as a custom config file?
-
Yes you're quite right, sorry. I'll raise an issue as its easily reproducible - using the work around for now is all I can really suggest I'm afraid.
Add comment
Please sign in to leave a comment.
Hi,
I've had problems trying to get the ANTS Visual Studio 2019 add-in to work on a IIS Express web project (Profiler v. 10.1). While starting the project through ANTS works, the VS add-in gives an error stating "The IIS Express configuration file was not found." I would assume the error means the add-in can't find ApplicationHost.config (by default located in \.vs\<project>\config).
I've searched for any log files or information regarding the issue but so far I haven't been able to find anything relevant. How can I troubleshoot the issue further?
Some of the (failed) attempts so far:
- Making sure the service has permissions set correctly
- Moving the config file around in the project folder (mainly because I haven't found information where the add-in even tries to find the configuration file)
- Making sure the Performance Profiler has the correct settings (add-in doesn't seem to use the saved settings and tries to get the information from somewhere in the project files instead).
- Trying it on a fresh VS project.