I am setting up a load controller and agents. I adhered to the following recommendations:
Setting up the controller and agents was pretty simple. Both of these services run under a local user named "LoadTest" who is a member of the local Administrators group.
As a next step, Create a new test setup, which uses a test controller and test agents, as well as data and diagnostic adapters , I added a new "Test parameters" to the solution elements of my Visual Studio 2010 solution. However, I can not determine the controller that will be used on the Roles tab:

I entered "localhost: 6901" as the controller, then a warning icon appeared on the right. If I hung over it, he says:
Unable to connect to the localhost controller. If the controller service is not running, you can start it by clicking the reset button.
The following error was received: You do not have the appropriate rights to perform this action.
I run Visual Studio in my personal user account, which is different from the user who runs the test controller ("LoadTest"). But I believe that this should be a normal use case. In addition, I, as a user of LoadTest, are members of the Administrators group.
Can someone tell me why this will not work?
source share